Remove tile at index from the collection.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal Index As Integer _ ) |
[C#] |
---|
public void Remove( int Index ); |
[Managed C++] |
---|
public: void Remove( int Index ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( int Index ); |
[Java] |
---|
public void remove( Integer Index ); |
- Index