[Missing <summary> documentation for "P:LSCollections.PriorityQueue.IsSynchronized"]

Namespace: LSCollections
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual bool IsSynchronized { get; }
Visual Basic
Public Overridable ReadOnly Property IsSynchronized As Boolean
	Get
Visual C++
public:
virtual property bool IsSynchronized {
	bool get ();
}

Implements

ICollection..::..IsSynchronized

See Also