Click or drag to resize

CompositePrimitive Methods

The CompositePrimitive type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a primitive to the composite.
Public methodClear
Removes all primitives from the composite.
Public methodContains
Determines whether the composite contains a primitive.
Public methodDispose (Inherited from Primitive.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
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.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes a primitive from the composite.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also