次の方法で共有


ICSharpHelper.GetRequiredUsings(Type) メソッド

定義

型を参照するときに必要な using ステートメントを取得します。

public System.Collections.Generic.IEnumerable<string> GetRequiredUsings (Type type);
abstract member GetRequiredUsings : Type -> seq<string>
Public Function GetRequiredUsings (type As Type) As IEnumerable(Of String)

パラメーター

type
Type

型。

戻り値

usings。

適用対象