ICSharpHelper.Reference Метод

Определение

Перегрузки

Reference(Type)

Создает ссылку на тип C#.

Reference(Type, Nullable<Boolean>)

Создает ссылку на тип C#.

Reference(Type)

Создает ссылку на тип C#.

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

Параметры

type
Type

Тип, на который следует ссылаться.

Возвращаемое значение

Ссылка.

Применяется к

Reference(Type, Nullable<Boolean>)

Создает ссылку на тип 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

Параметры

type
Type

Тип, на который следует ссылаться.

fullName
Nullable<Boolean>

Указывает, должен ли тип быть с указанием пространства имен.

Возвращаемое значение

Ссылка.

Применяется к