Perforce API for the .Net CLR P4.Net

FieldDictionary.Remove Method 

Removes elements from the dictionary.

[Visual Basic]
Public Sub Remove( _
   ByVal key As String _
)
[C#]
public void Remove(
   string key
);

Parameters

key
The key of the element to remove.

See Also

FieldDictionary Class | P4API Namespace