TypeExtensions.IsRecord Method
Definition
Returns true if the specified Type is a record class or record struct; false otherwise.
public static bool IsRecord(this Type type);
Parameters
Name | Type | Description |
|---|---|---|
type | The type. |
Returns
true if the specified Type is a record class or record struct; false otherwise.
Last modified: 17 December 2024