[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Facebook.Json.Utilities.ListWrapper`1.System#Collections#IList#Item(System.Int32)"]
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
Object IList.Item[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Private Property Item ( _ index As Integer _ ) As Object Implements IList.Item |
Visual C++ |
---|
private: virtual property Object^ Item[int index] { Object^ get (int index) sealed = IList::Item::get; void set (int index, Object^ value) sealed = IList::Item::set; } |
Parameters
- index
- Type: System..::.Int32