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

Public Member Functions

 IntPtrCollection (IntPtr[] values)
 
 IntPtrCollection (int capacity)
 
IntPtr[] 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 (IntPtr value)
 
bool Contains (IntPtr value)
 
int IndexOf (IntPtr value)
 
void Insert (int index, IntPtr value)
 
void Remove (IntPtr value)
 
void CopyTo (Array array, int index)
 
void CopyTo (IntPtr[] array, int index)
 
IEnumerator GetEnumerator ()
 

Static Public Member Functions

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

Properties

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