My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions | Properties | List of all members
FixedList< T > Class Template Reference
Inheritance diagram for FixedList< T >:

Public Member Functions

 FixedList (int size)
 
 FixedList (T[] array)
 
void AddRange (IEnumerable< T > range)
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
void RemoveAt (int index)
 
void Add (T item)
 
void Clear ()
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
System.Collections.Generic.IEnumerator
< T > 
GetEnumerator ()
 
override string ToString ()
 

Static Public Member Functions

static implicit operator T[] (FixedList< T > fl)
 
static implicit operator FixedList< T > (T[] a)
 

Properties

T[] Buffer [get, set]
 
this[int index] [get, set]
 
int Count [get, set]
 
bool IsReadOnly [get]
 

Constructor & Destructor Documentation

FixedList< T >.FixedList ( int  size)
inline
FixedList< T >.FixedList ( T[]  array)
inline

Member Function Documentation

void FixedList< T >.Add ( item)
inline
void FixedList< T >.AddRange ( IEnumerable< T >  range)
inline
void FixedList< T >.Clear ( )
inline
bool FixedList< T >.Contains ( item)
inline
void FixedList< T >.CopyTo ( T[]  array,
int  arrayIndex 
)
inline
System.Collections.Generic.IEnumerator<T> FixedList< T >.GetEnumerator ( )
inline
int FixedList< T >.IndexOf ( item)
inline
void FixedList< T >.Insert ( int  index,
item 
)
inline
static implicit FixedList< T >.operator FixedList< T > ( T[]  a)
inlinestatic
static implicit FixedList< T >.operator T[] ( FixedList< T >  fl)
inlinestatic
bool FixedList< T >.Remove ( item)
inline
void FixedList< T >.RemoveAt ( int  index)
inline
override string FixedList< T >.ToString ( )
inline

Property Documentation

T [] FixedList< T >.Buffer
getset
int FixedList< T >.Count
getset
bool FixedList< T >.IsReadOnly
get
T FixedList< T >.this[int index]
getset

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