XmlQuerySequence<T>.ICollection.SyncRoot 属性

定义

返回 XmlQuerySequence<T> 类的此实例。Returns this instance of the XmlQuerySequence<T> class. 此实例可用于同步访问。This instance can be used to synchronize access.

property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
member this.System.Collections.ICollection.SyncRoot : obj
 ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot

属性值

Object

XmlQuerySequence<T> 实例。This instance of XmlQuerySequence<T>.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 XmlQuerySequence<T> 实例被强制转换为 ICollection 接口时使用。It can be used only when the XmlQuerySequence<T> instance is cast to an ICollection interface.

适用于