IAssemblySymbol.TypeNames プロパティ

定義

このアセンブリから型識別子のセットを取得します。

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

プロパティ値

適用対象