CharacterMetricsDictionary.ContainsKey(Int32) Method

Definition

Determines whether the collection contains the specified character code.

public:
 virtual bool ContainsKey(int key);
public bool ContainsKey (int key);
abstract member ContainsKey : int -> bool
override this.ContainsKey : int -> bool
Public Function ContainsKey (key As Integer) As Boolean

Parameters

key
Int32

A value of type Int32 representing the character code.

Returns

true if the dictionary contains key; otherwise, false.

Implements

Applies to