Perforce API for the .Net CLR P4.Net

ArrayFieldDictionary.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

ArrayFieldDictionary Class | P4API Namespace