Share via


ReadOnlyList.IList.Clear Method

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Private Sub Clear Implements IList.Clear
'Usage
Dim instance As ReadOnlyList 

CType(instance, IList).Clear()
void IList.Clear()
private:
virtual void Clear() sealed = IList::Clear
JScript does not support explicit interface implementations.

Implements

IList.Clear()

.NET Framework Security

See Also

Reference

ReadOnlyList Class

ReadOnlyList Members

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace