IAssemblySymbol.GetForwardedTypes メソッド

定義

このアセンブリによって転送される最上位 (入れ子になっていない) 型の型シンボルを返します。

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol> GetForwardedTypes ();
abstract member GetForwardedTypes : unit -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol>
Public Function GetForwardedTypes () As ImmutableArray(Of INamedTypeSymbol)

戻り値

適用対象