MetadataReferenceProperties.Aliases 属性

定义

元数据引用的别名。 如果引用没有别名,则为空。

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

属性值

注解

在 C# 中,这些别名可用于“extern alias”语法来消除类型名称的歧义。

适用于