Energy Core Library
Energy.Base.Bracket.Array Class Reference
Inheritance diagram for Energy.Base.Bracket.Array:
Energy.Base.Collection.Array< Bracket >

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...
 
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...
 
First [get]
 Return first element or default if list is empty More...
 
Last [get]
 Return last element or default if list is empty More...
 

Member Function Documentation

◆ GetMatchExpression()

string Energy.Base.Bracket.Array.GetMatchExpression ( )

The documentation for this class was generated from the following file: