CommentAuthorCollection
IsSynchronized Property
|
Gets a value indicating whether access to the collection is synchronized (thread-safe).
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
public:
virtual property bool IsSynchronized {
bool get () sealed;
}
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
Property Value
Type:
Boolean
Implements
ICollection
IsSynchronized
See Also