Array.ICollection.SyncRoot 属性
定义
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
属性值
用于同步对 Array 的访问的对象。An object that can be used to synchronize access to the Array.