[ whitefrost.com | Account Manager 4 Product Page ]

Core.Objects.GenericCollection Class Reference

List of all members.

Public Member Functions

void CopyTo (Array a, int index)
IEnumerator GetEnumerator ()
void Add (object obj)

Properties

object this [int index] [get]
ArrayList Super [get]
int Count [get]
object SyncRoot [get]
bool IsSynchronized [get]

Private Attributes

ArrayList list = new ArrayList()


Member Function Documentation

void Core.Objects.GenericCollection.CopyTo ( Array  a,
int  index 
)

IEnumerator Core.Objects.GenericCollection.GetEnumerator (  ) 

void Core.Objects.GenericCollection.Add ( object  obj  ) 


Member Data Documentation

ArrayList Core.Objects.GenericCollection.list = new ArrayList() [private]


Property Documentation

object Core.Objects.GenericCollection.this[int index] [get]

ArrayList Core.Objects.GenericCollection.Super [get]

int Core.Objects.GenericCollection.Count [get]

object Core.Objects.GenericCollection.SyncRoot [get]

bool Core.Objects.GenericCollection.IsSynchronized [get]


The documentation for this class was generated from the following file:
Stephen W. Cote, 2009, whitefrost.com