Click or drag to resize

SingleLinkedListT Class

Deprecated...
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.libGrSingleLinkedListT

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

Type Parameters

T

The SingleLinkedListT type exposes the following members.

Constructors
 NameDescription
Public methodSingleLinkedListTInitializes a new instance of the SingleLinkedListT class
Top
Properties
 NameDescription
Public propertyCount 
Public propertyItem 
Top
Methods
Fields
 NameDescription
Public fieldlength 
Top
See Also