public static bool IsBlittable ();
public static bool IsBlittable (Type type);

Parámetros

typeThe System.Type of a struct.

Valor de retorno

bool True if struct is blittable, otherwise false.

Descripción

Returns whether the struct is blittable.