VariableSizeList.IList.RemoveAt Method

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
private abstract RemoveAt : 
        index:int -> unit  
private override RemoveAt : 
        index:int -> unit
JScript does not support explicit interface implementations.

Parameters

Implements

IList.RemoveAt(Int32)

.NET Framework Security

See Also

Reference

VariableSizeList Class

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace