CharacterMetricsDictionary.ICollection.IsSynchronized プロパティ
定義
このメンバーの詳細については、「IsSynchronized」をご覧ください。For a description of this member, see IsSynchronized.
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
プロパティ値
true
へのアクセスが同期されている (スレッド セーフである) 場合は CharacterMetricsDictionary。それ以外の場合は false
。true
if access to the CharacterMetricsDictionary is synchronized (thread safe); otherwise, false
.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、CharacterMetricsDictionary のインスタンスが ICollection インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the CharacterMetricsDictionary instance is cast to an ICollection interface.