TypedSortedListEx
TKey
,
TValue
SyncRoot Property
|
Returns the object that can be used to synchronize access to the collection.
Read-only.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual Object SyncRoot { get; }
Public Overridable ReadOnly Property SyncRoot As Object
Get
public:
virtual property Object^ SyncRoot {
Object^ get ();
}
abstract SyncRoot : Object with get
override SyncRoot : Object with get
Property Value
Type:
Object
Implements
ICollection
SyncRoot
See Also