Compartilhar via


ICSharpHelper.Reference Método

Definição

Sobrecargas

Reference(Type)

Gera uma referência de tipo C#.

Reference(Type, Nullable<Boolean>)

Gera uma referência de tipo C#.

Reference(Type)

Gera uma referência de tipo C#.

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

Parâmetros

type
Type

O tipo a ser referenciado.

Retornos

A referência.

Aplica-se a

Reference(Type, Nullable<Boolean>)

Gera uma referência de tipo 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

O tipo a ser referenciado.

fullName
Nullable<Boolean>

Se o tipo deve ser qualificado para namespace.

Retornos

A referência.

Aplica-se a