Click or drag to resize

IIndex Interface

Base class for a single index, the different kinds of indices. (You must typecheck and cast to the concrete index type for more information).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface IIndex

The IIndex type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The description of the index.
Public propertySize
The number of elements in the index.
Top
See Also