Scatter |
The ScatterSymbolList type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Throws because the list is immutable.
(Inherited from StyleListBaseT) | |
| Clear |
Throws because the list is immutable.
(Inherited from StyleListBaseT) | |
| Contains |
Determines whether the list contains the specified item.
(Inherited from StyleListBaseT) | |
| CopyTo |
Copies the elements of the list to an array.
(Inherited from StyleListBaseT) | |
| 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 the collection. (Inherited from StyleListBaseT) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetSerializationRegistrationKey | Gets a key that is used during serialization to decide whether or not the set was already serialized. Use the returned key to retrieve a string from the properties of the serialization info. If the returned property string is null, then the set needs to be serialized; otherwise, it was already serialized before. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IndexOf |
Returns the index of the specified item.
(Inherited from StyleListBaseT) | |
| Insert |
Throws because the list is immutable.
(Inherited from StyleListBaseT) | |
| IsStructuralEquivalentTo |
Determines whether the specified list has the same structure and items.
(Inherited from StyleListBaseT) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Remove |
Throws because the list is immutable.
(Inherited from StyleListBaseT) | |
| RemoveAt |
Throws because the list is immutable.
(Inherited from StyleListBaseT) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithName |
Returns a copy of the style list with a different name.
(Inherited from StyleListBaseT) |