CadVportList Methods |
The CadVportList type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an item to the IList.
(Inherited from NonGenericList.) | |
AddRange |
Adds the range of the objects to container.
| |
Clear |
Removes all items from the IList.
(Inherited from NonGenericList.) | |
Clone |
The clone.
| |
Contains |
Determines whether the IList contains a specific value.
(Inherited from NonGenericList.) | |
CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from NonGenericList.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from NonGenericList.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IndexOf |
Determines the index of a specific item in the IList.
(Inherited from NonGenericList.) | |
Insert |
Inserts an item to the IList at the specified index.
(Inherited from NonGenericList.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific object from the IList.
(Inherited from NonGenericList.) | |
RemoveAt |
Removes the IList item at the specified index.
(Inherited from NonGenericList.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |