共用方式為


Conversion.IsUserDefined 屬性

定義

如果轉換是隱含的使用者定義轉換或明確的使用者定義轉換,則會傳回 true。

public:
 property bool IsUserDefined { bool get(); };
public bool IsUserDefined { get; }
member this.IsUserDefined : bool
Public ReadOnly Property IsUserDefined As Boolean

屬性值

備註

C# 語言規格的第 6.4 節會說明隱含和明確的使用者定義轉換。

適用於