The ISymbolSet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add | |
|
|
Contains |
This member function returns a Boolean value (zero or one) that
specifies whether elt is an element of the invoking set. The value one
specifies that the invoking set contains elt; the value zero specifies
that the invoking set does not contain elt.
|
|
|
GetEnumerator |
Returns an enumerator on the collection. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(Double) |
Returns the index of a given numeric value. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(Int32) |
Returns the index of a given integer value. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(String) |
Returns the index of a given string value. (Inherited from IDiscreteDataCollection.) |
|
|
GetValue |
Returns the value at the given index. (Inherited from IAnyCollection.) |
|
|
Remove |
This member function removes elt from the invoking set.
|