Gets the collection of aliases (e.g. "RE" in "using RE = System.Text.RegularExpressions") maintained by this UsingContext, and the corresponding namespace or type names.
Parent Type: UsingContext
Namespace: DwellNet.CodeDoc
Assembly: CodeDocApi.dll
| C# |
|
public ICollection<KeyValuePair<string,TokenList>> Aliases { get; } |