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

Public Member Functions

 IntegerCollection (int[] values)
 
 IntegerCollection (int capacity)
 
int[] ToArray ()
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
int Add (object value)
 
void Clear ()
 
bool Contains (object value)
 
int IndexOf (object value)
 
void Insert (int index, object value)
 
void Remove (object value)
 
void RemoveAt (int index)
 
int Add (int value)
 
bool Contains (int value)
 
int IndexOf (int value)
 
void Insert (int index, int value)
 
void Remove (int value)
 
void CopyTo (Array array, int index)
 
void CopyTo (int[] array, int index)
 
IEnumerator GetEnumerator ()
 

Static Public Member Functions

static bool operator== (IntegerCollection a, IntegerCollection b)
 
static bool operator!= (IntegerCollection a, IntegerCollection b)
 

Properties

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