dncollections : dylan.NET.Collections Namespace

ALStack Class

Documentation for this section has not yet been entered.

Syntax

public class ALStack : ALList

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

Members

See Also: Inherited members from ALList.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

Capacity int . Documentation for this section has not yet been entered. (Inherited from ALList.)
Head Item . Documentation for this section has not yet been entered. (Inherited from ALList.)
ItemArray Item[]. Documentation for this section has not yet been entered. (Inherited from ALList.)
Length int . Documentation for this section has not yet been entered. (Inherited from ALList.)
Tail Item . Documentation for this section has not yet been entered. (Inherited from ALList.)

Public Methods

Add (Item)
Documentation for this section has not yet been entered. (Inherited from ALList.)
Add (object)
Documentation for this section has not yet been entered. (Inherited from ALList.)
CopyValue (int, int) : bool
Documentation for this section has not yet been entered. (Inherited from ALList.)
FindItem (SearchDelegate) : Item
Documentation for this section has not yet been entered. (Inherited from ALList.)
FindItems (SearchDelegate) : ALList
Documentation for this section has not yet been entered. (Inherited from ALList.)
FindItemValue (SearchDelegate) : object
Documentation for this section has not yet been entered. (Inherited from ALList.)
GetItem (int) : Item
Documentation for this section has not yet been entered. (Inherited from ALList.)
GetItemValue (int) : object
Documentation for this section has not yet been entered. (Inherited from ALList.)
Peek () : Item
Documentation for this section has not yet been entered.
PeekValue () : object
Documentation for this section has not yet been entered.
Pop () : Item
Documentation for this section has not yet been entered.
PopValue () : object
Documentation for this section has not yet been entered.
Push (Item)
Documentation for this section has not yet been entered.
PushValue (object)
Documentation for this section has not yet been entered.
Remove (int) : bool
Documentation for this section has not yet been entered. (Inherited from ALList.)
SwapValues (int, int) : bool
Documentation for this section has not yet been entered. (Inherited from ALList.)

Member Details

ALStack Constructor

Documentation for this section has not yet been entered.

Syntax

public ALStack ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

Peek Method

Documentation for this section has not yet been entered.

Syntax

public Item Peek ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

PeekValue Method

Documentation for this section has not yet been entered.

Syntax

public object PeekValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

Pop Method

Documentation for this section has not yet been entered.

Syntax

public Item Pop ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

PopValue Method

Documentation for this section has not yet been entered.

Syntax

public object PopValue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

Push Method

Documentation for this section has not yet been entered.

Syntax

public void Push (Item ite)

Parameters

ite
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5

PushValue Method

Documentation for this section has not yet been entered.

Syntax

public void PushValue (object o)

Parameters

o
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5