VariableSizeList.IList.Remove Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Private Sub Remove ( _
value As Object _
) Implements IList.Remove
void IList.Remove(
Object value
)
private:
virtual void Remove(
Object^ value
) sealed = IList::Remove
private abstract Remove :
value:Object -> unit
private override Remove :
value:Object -> unit
JScript does not support explicit interface implementations.
Parameters
- value
Type: System.Object
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.