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

파라미터

typeThe System.Type of a struct.

반환

bool True if struct is blittable, otherwise false.

설명

Returns whether the struct is blittable.