Returns True if the collection is synchronized, False otherwise.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Boolean

Implements

ICollection..::..IsSynchronized

See Also