Compartir a través de


ICSharpHelper.Reference Método

Definición

Sobrecargas

Reference(Type)

Genera una referencia de tipo de C#.

Reference(Type, Nullable<Boolean>)

Genera una referencia de tipo de C#.

Reference(Type)

Source:
ICSharpHelper.cs

Genera una referencia de tipo de C#.

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

Parámetros

type
Type

Tipo al que se va a hacer referencia.

Devoluciones

Referencia.

Se aplica a

Reference(Type, Nullable<Boolean>)

Source:
ICSharpHelper.cs
Source:
ICSharpHelper.cs
Source:
ICSharpHelper.cs
Source:
ICSharpHelper.cs

Genera una referencia de tipo de 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

Parámetros

type
Type

Tipo al que se va a hacer referencia.

fullName
Nullable<Boolean>

Si el tipo debe ser calificado para el espacio de nombres.

Devoluciones

Referencia.

Se aplica a