Returns false, to indicate that this queue is not synchronized.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool IsSynchronized { get; }
Visual Basic
Public ReadOnly Property IsSynchronized As Boolean
	Get
Visual C++
public:
virtual property bool IsSynchronized {
	bool get () sealed;
}
F#
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get

Property Value

Type: Boolean

Implements

ICollection..::..IsSynchronized

See Also