IdentifierSymbol.Aliases 属性

定义

获取可在命令行上使用以指定符号的字符串集。

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ Aliases { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> Aliases { get; }
member this.Aliases : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property Aliases As IReadOnlyCollection(Of String)

属性值

适用于