BlittableValueType.Check Method

Definition

Overloads

Check<T>(T)

Checks whether type is a blittable value type.

Check<T>(T[,,])

Checks whether type is a blittable value type.

Check<T>(T[,])

Checks whether type is a blittable value type.

Check<T>(T[])

Checks whether type is a blittable value type.

Check<T>(T[][])

Checks whether type is a blittable value type.

Check<T>(T)

Checks whether type is a blittable value type.

public static bool Check<T> (T type);
static member Check : 'T -> bool

Type Parameters

T

Parameters

type
T

An instance of the type to check.

Returns

Applies to

Check<T>(T[,,])

Checks whether type is a blittable value type.

public static bool Check<T> (T[,,] type);
static member Check : 'T[,,] -> bool

Type Parameters

T

Parameters

type
T[,,]

An instance of the type to check.

Returns

Applies to

Check<T>(T[,])

Checks whether type is a blittable value type.

public static bool Check<T> (T[,] type);
static member Check : 'T[,] -> bool

Type Parameters

T

Parameters

type
T[,]

An instance of the type to check.

Returns

Applies to

Check<T>(T[])

Checks whether type is a blittable value type.

public static bool Check<T> (T[] type);
static member Check : 'T[] -> bool

Type Parameters

T

Parameters

type
T[]

An instance of the type to check.

Returns

Applies to

Check<T>(T[][])

Important

This API is not CLS-compliant.

Checks whether type is a blittable value type.

[System.CLSCompliant(false)]
public static bool Check<T> (T[][] type);
static member Check : 'T[][] -> bool

Type Parameters

T

Parameters

type
T[][]

An instance of the type to check.

Returns

Attributes

Applies to