TypeExtensions.IsRefStruct Method
Definition
Returns true if the specified Type is a ref struct; false otherwise.
public static bool IsRefStruct(this Type type);
Parameters
Name | Type | Description |
|---|---|---|
type | The type. |
Returns
true if the specified Type is a ref struct; false otherwise.
Remarks
Equivalent to IsByRefLike.
Last modified: 17 December 2024