The TypeSet class is used to define an immutable set of Types that can be used when building an AssertionsDefinition.

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

Syntax

C#
public class TypeSet
Visual Basic
Public Class TypeSet
Visual C++
public ref class TypeSet

Inheritance Hierarchy

System..::..Object
  SciTech.NetMemProfiler..::..TypeSet

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also