![]() |
Energy Core Library
|
Public Member Functions | |
| string | GetMatchExpression () |
Public Member Functions inherited from Energy.Base.Collection.Array< Bracket > | |
| new void | Clear () |
| Removes all elements from the list More... | |
| T | New () |
| Create and add new element to list and return More... | |
| bool | Equals (Array< T > array) |
| new T | Add (T item) |
| new T | Insert (int index, T item) |
| new void | Remove (T item) |
| new void | RemoveAt (int index) |
| new void | RemoveRange (int index, int count) |
| new void | RemoveAll (Predicate< T > match) |
| new T [] | ToArray () |
Additional Inherited Members | |
Static Public Member Functions inherited from Energy.Base.Collection.Array< Bracket > | |
| static Array< T > | operator+ (Array< T > left, T right) |
| static Array< T > | operator- (Array< T > left, T right) |
| static T [] | SubArray (T[] array, int start, int count) |
| Get sub array from an existing one. More... | |
| static T [] | SubArray (T[] array, int start, int count, bool pad) |
| Get sub array from an existing one. More... | |
Properties inherited from Energy.Base.Collection.Array< Bracket > | |
| new T | this[int index] [get, set] |
| Gets or sets the element at the specified index More... | |
| new int | Count [get, set] |
| Gets or sets the number of elements More... | |
| T | First [get] |
| Return first element or default if list is empty More... | |
| T | Last [get] |
| Return last element or default if list is empty More... | |
| string Energy.Base.Bracket.Array.GetMatchExpression | ( | ) |