|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Fields inherited from class Naanou.Common.NodeList |
---|
count, header, trailer |
Constructor Summary | |
---|---|
NodeSequence() Initializes a new instance of the NodeSequence class. |
Properties inherited from class Naanou.Common.NodeList |
---|
Count, First, IsEmpty, Last |
Method Summary | |
---|---|
Naanou.Common.DNode | AtRank(int index) |
void | CheckRank(int rank) |
object | ElemAtRank(int index) |
void | InsertAtRank(int rank, object element) |
object | ReplaceAtRank(int rank, object elem) |
Methods inherited from class Naanou.Common.NodeList |
---|
After, Before, CheckPosition, InsertAfter, InsertBefore, InsertFirst, InsertLast, IsFirst, Remove, ReplaceElement, SwapElements |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Constructor Detail |
---|
public NodeSequence()
Initializes a new instance of the NodeSequence class.
Method Detail |
---|
public Naanou.Common.DNode AtRank(int index)
protected void CheckRank(int rank)
public object ElemAtRank(int index)
public void InsertAtRank(int rank, object element)
public object ReplaceAtRank(int rank, object elem)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |