BlittableValueType<T>.Check Method

Definition

Overloads

Check()

Checks whether the current typename T is blittable.

Check(Type)

Checks whether type is a blittable value type.

Check()

Checks whether the current typename T is blittable.

public static bool Check ();
static member Check : unit -> bool

Returns

Applies to

Check(Type)

Checks whether type is a blittable value type.

public static bool Check (Type type);
static member Check : Type -> bool

Parameters

type
Type

A System.Type to check.

Returns

Applies to