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" 構文で使用して、型名を明確にすることができます。

適用対象