CompositePrimitive Methods |
The CompositePrimitive type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a primitive to the composite.
| |
| Clear |
Removes all primitives from the composite.
| |
| Contains |
Determines whether the composite contains a primitive.
| |
| Dispose | (Inherited from Primitive.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
The order of the primitives is not guaranteed to be the order
that the primitives were added.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Removes a primitive from the composite.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |