NonGenericListSyncRoot Property |
Gets an object that can be used to synchronize access to the ICollection.
Namespace:
Aspose.CAD
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Object SyncRoot { get; }Public ReadOnly Property SyncRoot As Object
Get
public:
virtual property Object^ SyncRoot {
Object^ get () sealed;
}abstract SyncRoot : Object with get
override SyncRoot : Object with get
Property Value
Type:
ObjectImplements
ICollectionSyncRoot
See Also