DictionaryElementRemove Method (String) | 
 [Missing <summary> documentation for "M:Frontenac.Blueprints.DictionaryElement.Remove(System.String)"]
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic virtual bool Remove(
	string key
)
Public Overridable Function Remove ( 
	key As String
) As Boolean
public:
virtual bool Remove(
	String^ key
)
abstract Remove : 
        key : string -> bool 
override Remove : 
        key : string -> bool Parameters
- key
 - Type: SystemString
[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.DictionaryElement.Remove(System.String)"]
 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:Frontenac.Blueprints.DictionaryElement.Remove(System.String)"]
Implements
IDictionaryTKey, TValueRemove(TKey)
See Also