A list of Items accesible via Indices like in ArrayLists and via Next/Previous like in a Doubly-Linked-List.
See Also: Inherited members from object.
|
ALList
()
|
Constructs a new ALList with 0 Items. |
|
Capacity | int . Documentation for this section has not yet been entered. |
|
Head | Item . Documentation for this section has not yet been entered. |
|
ItemArray | Item[]. Documentation for this section has not yet been entered. |
|
Length | int . Documentation for this section has not yet been entered. |
|
Tail | Item . Documentation for this section has not yet been entered. |
|
Add
(Item)Adds the supplied Item to the ALList. |
|
|
Add
(object)Documentation for this section has not yet been entered. |
|
|
AddAll
(ALList)Documentation for this section has not yet been entered. |
|
|
CopyValue
(int, int)Documentation for this section has not yet been entered. |
|
|
FindItem
(SearchDelegate)Documentation for this section has not yet been entered. |
|
|
FindItems
(SearchDelegate)Documentation for this section has not yet been entered. |
|
|
FindItemValue
(SearchDelegate)Documentation for this section has not yet been entered. |
|
|
GetItem
(int)Documentation for this section has not yet been entered. |
|
|
GetItemValue
(int)Documentation for this section has not yet been entered. |
|
|
Remove
(int)Documentation for this section has not yet been entered. |
|
|
Remove
(object)Documentation for this section has not yet been entered. |
|
|
SwapValues
(int, int)Documentation for this section has not yet been entered. |
static
|
Addition (ALList, Item) | Documentation for this section has not yet been entered. |
static
|
Addition (ALList, object) | Documentation for this section has not yet been entered. |
static
|
Subtraction (ALList, int) | Documentation for this section has not yet been entered. |
static
|
Subtraction (ALList, object) | Documentation for this section has not yet been entered. |
Constructs a new ALList with 0 Items.
Syntax
public ALList ()Remarks
The initial capacity is 10 Items. It is inceased automatically when required.Requirements
Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5
Adds the supplied Item to the ALList.
Syntax
Parameters
- ite
- The Item to add.
Remarks
Requirements
Namespace: dylan.NET.Collections
Assembly: dncollections (in dncollections.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5
Documentation for this section has not yet been entered.
Syntax
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
Documentation for this section has not yet been entered.
Syntax
Parameters
- al1
- 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.5
Documentation for this section has not yet been entered.
Syntax
public int CapacityRemarks
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
Documentation for this section has not yet been entered.
Syntax
Parameters
- src
- Documentation for this section has not yet been entered.
- dest
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
public Item FindItem (SearchDelegate sd)Parameters
- sd
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
public ALList FindItems (SearchDelegate sd)Parameters
- sd
- Documentation for this section has not yet been entered.
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.5
Documentation for this section has not yet been entered.
Syntax
public object FindItemValue (SearchDelegate sd)Parameters
- sd
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
Parameters
- i
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
Parameters
- i
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
public Item HeadRemarks
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
Documentation for this section has not yet been entered.
Syntax
public Item[] ItemArrayRemarks
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
Documentation for this section has not yet been entered.
Syntax
public int LengthRemarks
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
Documentation for this section has not yet been entered.
Syntax
Parameters
- lis
- Documentation for this section has not yet been entered.
- ite
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
Parameters
- lis
- Documentation for this section has not yet been entered.
- o
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
Parameters
- lis
- Documentation for this section has not yet been entered.
- ind
- Documentation for this section has not yet been entered.
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.5
Documentation for this section has not yet been entered.
Syntax
Parameters
- lis
- Documentation for this section has not yet been entered.
- o
- Documentation for this section has not yet been entered.
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.5
Documentation for this section has not yet been entered.
Syntax
Parameters
- ind
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
Parameters
- o
- Documentation for this section has not yet been entered.
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.5
Documentation for this section has not yet been entered.
Syntax
Parameters
- i
- Documentation for this section has not yet been entered.
- j
- Documentation for this section has not yet been entered.
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
Documentation for this section has not yet been entered.
Syntax
public Item TailRemarks
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