Gets a value indicating whether this TypeSet contains a single Type.

Namespace:  SciTech.NetMemProfiler
Assembly:  MemProfiler2 (in MemProfiler2.dll)

Syntax

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

See Also