The ICollectionHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
asIntRange |
This member function returns the domain as a range
of integer values. If it is not a range, it will throw an exception.
|
|
|
asIntSet |
This member function returns the domain as a set of integer
values. If it is not a set of integer, it will throw an exception.
|
|
|
asNumRange |
This member function returns the domain as a range
of numeric values. If it is not a range, it will throw an exception.
|
|
|
asNumSet |
This member function returns the domain as a set of numeric
values. If it is not a set of numeric values, it will throw an exception.
|
|
|
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.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |