SerializePropertyNamesAsCamelCaseAttribute.IsDefinedOnType メソッド

定義

オーバーロード

IsDefinedOnType(Type)

指定した型に SerializePropertyNamesAsCamelCaseAttribute で注釈を付けるかどうかを示します。

IsDefinedOnType<T>()

指定した型に SerializePropertyNamesAsCamelCaseAttribute で注釈を付けるかどうかを示します。

IsDefinedOnType(Type)

ソース:
SerializePropertyNamesAsCamelCaseAttribute.cs

指定した型に SerializePropertyNamesAsCamelCaseAttribute で注釈を付けるかどうかを示します。

public static bool IsDefinedOnType (Type modelType);
static member IsDefinedOnType : Type -> bool
Public Shared Function IsDefinedOnType (modelType As Type) As Boolean

パラメーター

modelType
Type

テストする型。

戻り値

指定した型が SerializePropertyNamesAsCamelCaseAttribute で注釈付けされている場合は true、それ以外の場合は false。

適用対象

IsDefinedOnType<T>()

ソース:
SerializePropertyNamesAsCamelCaseAttribute.cs

指定した型に SerializePropertyNamesAsCamelCaseAttribute で注釈を付けるかどうかを示します。

public static bool IsDefinedOnType<T> ();
static member IsDefinedOnType : unit -> bool
Public Shared Function IsDefinedOnType(Of T) () As Boolean

型パラメーター

T

テストする型。

戻り値

指定した型が SerializePropertyNamesAsCamelCaseAttribute で注釈付けされている場合は true、それ以外の場合は false。

適用対象