Click or drag to resize

ContractedDictionaryCopyTo Method

[Missing <summary> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void CopyTo(
	KeyValuePair<string, Object>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, Object

[Missing <param name="array"/> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]

arrayIndex
Type: SystemInt32

[Missing <param name="arrayIndex"/> documentation for "M:Couchbase.Lite.Util.ContractedDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"]

Implements

ICollectionTCopyTo(T, Int32)
See Also