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