Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Gssoft.Gscad.Colors.EntityColorCollection Class Reference

Public Member Functions

 EntityColorCollection (EntityColor[] values)
 
 EntityColorCollection (int capacity)
 
int Add (EntityColor value)
 
void AddRange (EntityColor[] range)
 
void Clear ()
 
bool Contains (EntityColor value)
 
void CopyTo (EntityColor[] array, int index)
 
void CopyTo (Array array, int index)
 
IEnumerator GetEnumerator ()
 
int Add (object value)
 
bool Contains (object value)
 
int IndexOf (object value)
 
void Insert (int index, object value)
 
void Remove (object value)
 
int IndexOf (EntityColor value)
 
void Insert (int index, EntityColor value)
 
void Remove (EntityColor value)
 
void RemoveAt (int index)
 
EntityColor[] ToArray ()
 
void TrimToSize ()
 

Properties

int Capacity [get, set]
 
int Count [get]
 
bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
bool IsSynchronized [get]
 
object this[int index] [get, set]
 
object SyncRoot [get]