| MaterialIDictionaryString, EffectBindingContainsKey Method |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax bool IDictionary<string, EffectBinding>.ContainsKey(
string key
)
Private Function ContainsKey (
key As String
) As Boolean Implements IDictionary(Of String, EffectBinding).ContainsKey
private:
virtual bool ContainsKey(
String^ key
) sealed = IDictionary<String^, EffectBinding^>::ContainsKey
private abstract ContainsKey :
key : string -> bool
private override ContainsKey :
key : string -> bool
Parameters
- key
- Type: SystemString
The key to locate in the IDictionaryTKey, TValue.
Return Value
Type:
Booleantrue if the
IDictionaryTKey, TValue contains an element with the key; otherwise, false.
Implements
IDictionaryTKey, TValueContainsKey(TKey)Exceptions See Also