CharacterMetricsDictionary.ContainsKey(Int32) 方法

定义

确定集合是否包含指定的字符代码。

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

参数

key
Int32

一个表示字符代码的 Int32 类型的值。

返回

Boolean

如果字典包含 key,则为 true;否则为 false

实现

适用于