GraphPathSerializationDictionary.ContainsKey(String) Method

Definition

Determines whether the System.Collections.Generic.IDictionary contains an element with the specified key.

public:
 virtual bool ContainsKey(System::String ^ key);
public bool ContainsKey (string key);
abstract member ContainsKey : string -> bool
override this.ContainsKey : string -> bool
Public Function ContainsKey (key As String) As Boolean

Parameters

key
String

The key to locate in the System.Collections.Generic.IDictionary.

Returns

True if the System.Collections.Generic.IDictionary contains an element with the key; otherwise, false.

Implements

Exceptions

key is null.

Applies to