Removes the first occurrence of a specific node from the dictionary.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Sub Remove ( _
key As Object _
)
public virtual void Remove(
Object key
)
Type: System.Object
Key of the object to remove.