Click or drag to resize
UserCopyTo Method
Inherited from IDictionary.

Namespace: Oracle.Cloud.Mobile.Authorization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public void CopyTo(
	KeyValuePair<string, string>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairString, String
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also