Click or drag to resize

SetT Class

Set class only used by the dumping code. The value of this class is questionable...
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrSetT

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public class Set<T> : IEnumerable<T>, IEnumerable

Type Parameters

T
The type of the contained elements.

The SetT type exposes the following members.

Constructors
  NameDescription
Public methodSetT
Initializes a new instance of the SetT class
Public methodSetT(Int32)
Initializes a new instance of the SetT class
Public methodSetT(SetT)
Initializes a new instance of the SetT class
Top
Properties
  NameDescription
Public propertyCount
Top
Methods
See Also