[This is preliminary documentation and is subject to change.]
Removes the IList<(Of <(T>)>) item at the specified index.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public void RemoveAt( int index ) |
Visual Basic (Declaration) |
---|
Public Sub RemoveAt ( _ index As Integer _ ) |
Visual C++ |
---|
public: virtual void RemoveAt( int index ) sealed |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the item to remove.
Implements
IList<(Of <(T>)>)..::.RemoveAt(Int32)
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentOutOfRangeException | index is not a valid index in the IList<(Of <(T>)>). |
System..::.NotSupportedException | The IList<(Of <(T>)>) is read-only. |