[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Json.Linq.JObject.System#Collections#Generic#ICollection{T}#CopyTo(System.Collections.Generic.KeyValuePair{System.String,Facebook.Json.Linq.JToken}[],System.Int32)"]

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
void ICollection<KeyValuePair<string, JToken>>.CopyTo(
	KeyValuePair<string, JToken>[] array,
	int arrayIndex
)
Visual Basic (Declaration)
Private Sub CopyTo ( _
	array As KeyValuePair(Of String, JToken)(), _
	arrayIndex As Integer _
) Implements ICollection(Of KeyValuePair(Of String, JToken)).CopyTo
Visual C++
private:
virtual void CopyTo(
	array<KeyValuePair<String^, JToken^>>^ array, 
	int arrayIndex
) sealed = ICollection<KeyValuePair<String^, JToken^>>::CopyTo

Parameters

array
Type: array< System.Collections.Generic..::.KeyValuePair<(Of <(String, JToken>)>) >[]()[]

[Missing <param name="array"/> documentation for "M:Facebook.Json.Linq.JObject.System#Collections#Generic#ICollection{T}#CopyTo(System.Collections.Generic.KeyValuePair{System.String,Facebook.Json.Linq.JToken}[],System.Int32)"]

arrayIndex
Type: System..::.Int32

[Missing <param name="arrayIndex"/> documentation for "M:Facebook.Json.Linq.JObject.System#Collections#Generic#ICollection{T}#CopyTo(System.Collections.Generic.KeyValuePair{System.String,Facebook.Json.Linq.JToken}[],System.Int32)"]

Implements

ICollection<(Of <(T>)>)..::.CopyTo(array<T>[]()[], Int32)

See Also

JObject Class
Facebook.Json.Linq Namespace