ICSharpHelper.Reference 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Reference(Type) |
生成 C# 类型引用。 |
Reference(Type, Nullable<Boolean>) |
生成 C# 类型引用。 |
Reference(Type)
- Source:
- 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>)
- Source:
- ICSharpHelper.cs
- Source:
- ICSharpHelper.cs
- Source:
- ICSharpHelper.cs
- Source:
- 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
要引用的类型。
返回
引用。