Udostępnij za pośrednictwem


ICSharpHelper.Reference Metoda

Definicja

Przeciążenia

Reference(Type)

Generuje odwołanie do typu C#.

Reference(Type, Nullable<Boolean>)

Generuje odwołanie do typu C#.

Reference(Type)

Źródło:
ICSharpHelper.cs

Generuje odwołanie do typu C#.

public string Reference (Type type);
abstract member Reference : Type -> string
Public Function Reference (type As Type) As String

Parametry

type
Type

Typ do odwołania.

Zwraca

Odwołanie.

Dotyczy

Reference(Type, Nullable<Boolean>)

Źródło:
ICSharpHelper.cs
Źródło:
ICSharpHelper.cs
Źródło:
ICSharpHelper.cs
Źródło:
ICSharpHelper.cs

Generuje odwołanie do typu C#.

public string Reference (Type type, bool? fullName = default);
abstract member Reference : Type * Nullable<bool> -> string
Public Function Reference (type As Type, Optional fullName As Nullable(Of Boolean) = Nothing) As String

Parametry

type
Type

Typ do odwołania.

fullName
Nullable<Boolean>

Określa, czy typ powinien być kwalifikowany w przestrzeni nazw.

Zwraca

Odwołanie.

Dotyczy