A TypeSet that does not contain any type.

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

Syntax

C#
public static readonly TypeSet Empty
Visual Basic
Public Shared ReadOnly Empty As TypeSet
Visual C++
public:
static initonly TypeSet^ Empty

Remarks

This TypeSet or the AllTypeSet should be used as a base when defining new TypeSets.

See Also