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

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

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

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

Parameters

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

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

arrayIndex
Type: System..::.Int32

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

Implements

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

See Also

FacebookHttpSession Class
Facebook.Web Namespace