XmlAttributeCollection.ICollection.IsSynchronized 속성
정의
이 멤버에 대한 설명은 ICollection.IsSynchronized를 참조하세요.For a description of this member, see ICollection.IsSynchronized.
property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized
속성 값
컬렉션이 동기화 되 면 true
입니다.true
if the collection is synchronized.
구현
설명
이 멤버는 명시적 인터페이스 멤버 구현이며,This member is an explicit interface member implementation. XmlAttributeCollection 인스턴스가 ICollection 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.It can be used only when the XmlAttributeCollection instance is cast to an ICollection interface.