Click or drag to resize

NonNullDictionaryK, VCopyTo Method

[Missing <summary> documentation for "M:Couchbase.Lite.Util.NonNullDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)"]

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

Parameters

array
Type: System.Collections.GenericKeyValuePairK, V

[Missing <param name="array"/> documentation for "M:Couchbase.Lite.Util.NonNullDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)"]

arrayIndex
Type: SystemInt32

[Missing <param name="arrayIndex"/> documentation for "M:Couchbase.Lite.Util.NonNullDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)"]

Implements

ICollectionTCopyTo(T, Int32)
See Also