[]
Represents a collection of alternative style names.
public class AliasCollection : IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Public Class AliasCollection
Implements IReadOnlyCollection(Of String), IEnumerable(Of String), IEnumerable
| Name | Description |
|---|---|
| Count | Gets the number of aliases in the collection. |
| Name | Description |
|---|---|
| Add(string) | Adds a new alias to the collection. |
| Clear() | Removes all aliases from the collection. |
| GetEnumerator() | Gets the enumerator that interates through the collection. |
| Remove(string) | Removes an alias from the collection. |