TypedSortedListEx
TKey
,
TValue
IsSynchronized Property
|
Returns True if the collection is synchronized, False otherwise.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual bool IsSynchronized { get; }
Public Overridable ReadOnly Property IsSynchronized As Boolean
Get
public:
virtual property bool IsSynchronized {
bool get ();
}
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
Property Value
Type:
Boolean
Implements
ICollection
IsSynchronized
See Also