|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
object | elem |
Naanou.Common.Deque.DLNode | next |
Naanou.Common.Deque.DLNode | previous |
Constructor Summary | |
---|---|
Deque.DLNode() Initializes a new instance of the DLNode class. |
|
Deque.DLNode(object elem, Naanou.Common.Deque.DLNode previous, Naanou.Common.Deque.DLNode next) |
Property Summary | |
---|---|
object | Element |
Naanou.Common.Deque.DLNode | Next |
Naanou.Common.Deque.DLNode | Prev |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
private object elem
private Naanou.Common.Deque.DLNode next
private Naanou.Common.Deque.DLNode previous
Constructor Detail |
---|
public Deque.DLNode()
Initializes a new instance of the DLNode class.
public Deque.DLNode(object elem, Naanou.Common.Deque.DLNode previous, Naanou.Common.Deque.DLNode next)
Property Detail |
---|
public object Element
public Naanou.Common.Deque.DLNode Next
public Naanou.Common.Deque.DLNode Prev
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |