| MaterialInstanceIDictionaryString, EffectBindingRemove Method |
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax bool IDictionary<string, EffectBinding>.Remove(
string key
)
Private Function Remove (
key As String
) As Boolean Implements IDictionary(Of String, EffectBinding).Remove
private:
virtual bool Remove(
String^ key
) sealed = IDictionary<String^, EffectBinding^>::Remove
private abstract Remove :
key : string -> bool
private override Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
The key of the element to remove.
Return Value
Type:
Booleantrue if the element is successfully removed; otherwise, false. This method also returns false if
key was not found in the original
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueRemove(TKey)Exceptions See Also