Modifica

BlittableValueType<T> Class

Definition

Checks whether the specified type parameter is a blittable value type.

public static class BlittableValueType<T>
type BlittableValueType<'T> = class

Type Parameters

T
Inheritance
BlittableValueType<T>

Remarks

A blittable value type is a struct that only references other value types recursively, which allows it to be passed to unmanaged code directly.

Properties

Name Description
Stride

Methods

Name Description
Check()

Checks whether the current typename T is blittable.

Check(Type)

Checks whether type is a blittable value type.

Applies to