Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
bool ICollection.IsSynchronized { get; }
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool with get
private override IsSynchronized : bool with get
private abstract IsSynchronized : bool with get
private override IsSynchronized : bool with get
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
Return Value
Type:
Booleantrue if access to the
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollection IsSynchronizedReference