KeyDataViewType.IsValidDataType(Type) メソッド

定義

指定した型が KeyDataViewTypeに対して有効な場合は true を返します。 有効なものは、 ByteUInt16UInt32UInt64、つまり符号なし整数型です。

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

パラメーター

type
Type

返品

適用対象