CadVportList Methods

The CadVportList type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the IList.
(Inherited from NonGenericList.)
Public methodAddRange
Adds the range of the objects to container.
Public methodClear
Removes all items from the IList.
(Inherited from NonGenericList.)
Public methodClone
The clone.
Public methodContains
Determines whether the IList contains a specific value.
(Inherited from NonGenericList.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from NonGenericList.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from NonGenericList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the IList.
(Inherited from NonGenericList.)
Public methodInsert
Inserts an item to the IList at the specified index.
(Inherited from NonGenericList.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from NonGenericList.)
Public methodRemoveAt
Removes the IList item at the specified index.
(Inherited from NonGenericList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also