Represents a collection of typed objects.

The following tables list the members exposed by the CADCollection<T> type.

Name Description
Public constructor CADCollection<T> (Overloaded) Initializes a new instance of the CADCollection<T> Generic class.
Top
Name Description
Public property Capacity (inherited from List<T>).
Public property Count (inherited from List<T>).
Public property Item (inherited from List<T>).
Public property Last Returns the index of a CADCollection<T> last member.
Top
Name Description
Public method Add (inherited from List<T>).
Public method AddRange (inherited from List<T>).
Public method AsReadOnly (inherited from List<T>).
Public method BinarySearch (Overloaded) (inherited from List<T>).
Public method Clear (inherited from List<T>).
Public method Clone Creates a new object that is a copy of the current CADCollection<T> class instance.
Public method Contains (inherited from List<T>).
Public method ConvertAll (inherited from List<T>).
Public method CopyTo (Overloaded) (inherited from List<T>).
Public method Dispose Releases all resources used by the CADCollection<T> object.
Public method Equals (Overloaded) (inherited from Object).
Public method Exists (inherited from List<T>).
Public method Find (inherited from List<T>).
Public method FindAll (inherited from List<T>).
Public method FindIndex (Overloaded) (inherited from List<T>).
Public method FindLast (inherited from List<T>).
Public method FindLastIndex (Overloaded) (inherited from List<T>).
Public method ForEach (inherited from List<T>).
Public method GetEnumerator (inherited from List<T>).
Public method GetHashCode (inherited from Object).
Public method GetRange (inherited from List<T>).
Public method GetType (inherited from Object).
Public method IndexOf (Overloaded) (inherited from List<T>).
Public method Insert (inherited from List<T>).
Public method InsertRange (inherited from List<T>).
Public method LastIndexOf (Overloaded) (inherited from List<T>).
Public method Static ReferenceEquals (inherited from Object).
Public method Remove (inherited from List<T>).
Public method RemoveAll (inherited from List<T>).
Public method RemoveAt (inherited from List<T>).
Public method RemoveRange (inherited from List<T>).
Public method Reverse (Overloaded) (inherited from List<T>).
Public method Sort (Overloaded) (inherited from List<T>).
Public method ToArray (Overloaded) Creates an array from the current CADCollection<T> object.
Public method ToString (inherited from Object).
Public method TrimExcess (inherited from List<T>).
Public method TrueForAll (inherited from List<T>).
Top