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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ListWrapper`1.System#Collections#IList#Insert(System.Int32,System.Object)"]

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

Syntax

C#
void IList.Insert(
	int index,
	Object value
)
Visual Basic (Declaration)
Private Sub Insert ( _
	index As Integer, _
	value As Object _
) Implements IList.Insert
Visual C++
private:
virtual void Insert(
	int index, 
	Object^ value
) sealed = IList::Insert

Parameters

index
Type: System..::.Int32

[Missing <param name="index"/> documentation for "M:Facebook.Json.Utilities.ListWrapper`1.System#Collections#IList#Insert(System.Int32,System.Object)"]

value
Type: System..::.Object

[Missing <param name="value"/> documentation for "M:Facebook.Json.Utilities.ListWrapper`1.System#Collections#IList#Insert(System.Int32,System.Object)"]

Implements

IList..::.Insert(Int32, Object)

See Also

ListWrapper<(Of <(T>)>) Class
Facebook.Json.Utilities Namespace