Click or drag to resize

IndexDescription Class

The description of a single index, base for all kinds of index descriptions. (You must typecheck and cast to the concrete description type for more information).
Inheritance Hierarchy

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract class IndexDescription

The IndexDescription type exposes the following members.

Constructors
 NameDescription
Protected methodIndexDescriptionInitializes a new instance of the IndexDescription class
Top
Fields
 NameDescription
Public fieldName The name the index was declared with
Top
See Also