Sdílet prostřednictvím


ICSharpHelper.GetRequiredUsings(Type) Metoda

Definice

Získá using příkazy vyžadované při odkazování na typ.

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)

Parametry

type
Type

Typ

Návraty

The usings.

Platí pro