# IsNullable

> Gets a value indicating whether T is a nullable type.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Properties](/engine/6000.7/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

```csharp
public static bool IsNullable { get; }
```
