次の方法で共有


ICSharpHelper.Reference メソッド

定義

オーバーロード

Reference(Type)

C# 型参照を生成します。

Reference(Type, Nullable<Boolean>)

C# 型参照を生成します。

Reference(Type)

ソース:
ICSharpHelper.cs

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>)

ソース:
ICSharpHelper.cs
ソース:
ICSharpHelper.cs
ソース:
ICSharpHelper.cs
ソース:
ICSharpHelper.cs

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>

型を名前空間修飾する必要があるかどうか。

戻り値

参照。

適用対象