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

Public Member Functions

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

Static Public Member Functions

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

Properties

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