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