|
Options |
Name |
Purpose |
|
+
|
Add (character)
|
Adds the specified value to the List. Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
+
|
AddWhenNotContained (character)
|
Adds the specified value to the List only when it is not
yet contained - silently ignores keys that are already
contained Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
+
|
Clear ()
|
Removes all keys and values from the List Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
+
|
LOGICAL ContainsValue (character)
|
Determines whether the List contains the specified value. Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
+
|
Consultingwerk.Framework.Collections.CharacterListEnumerator GetEnumerator ()
|
Returns the Enumerator for the List Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
+
|
CHARACTER GetValue (integer)
|
Returns the Value for the specified Key Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
+
|
INTEGER IndexOf (character)
|
Returns the index of the given value in the list Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
+
|
Insert (character, integer)
|
Inserts the specified value to the List at the specified position Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
#
|
InternalAdd (character)
|
Adds the specified value to the list. Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
#
|
LOGICAL InternalContainsValue (character)
|
Determines whether the List contains the specified value. Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
#
|
CHARACTER InternalGetValue (integer)
|
Returns the Value for the specified Index Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
#
|
INTEGER InternalIndexOf (character)
|
Return the Index of the specified element Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
#
|
InternalInsert (character, integer)
|
Inserts the specified value to the List at the specified position Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
#
|
InternalSetValue (integer, character)
|
Assigns the Value for the specified Key Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
#
|
OnListChanged (ListChangedEventArgs)
|
Raises the ListChanged event Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
+
|
Remove (character)
|
Removes the specified value from the List.
|
|
+
|
Remove (integer)
|
Removes the Value on the given Index from the List Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|
|
+
|
SetValue (integer, character)
|
Assigns the Value for the specified Key Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
+
|
CHARACTER ToArray ()
|
Returns an array with the elements of the list Inherited from Consultingwerk.Framework.Collections.CharacterList
|
|
#
|
ValidateValue (character)
|
Validates a Value Inherited from Consultingwerk.Framework.Base.AblPrimitiveList
|