IsNullable property

bool IsNullable
Gets a value indicating whether this property definition is for a nullable type (ref, int?, bool?...).

Implementation

bool get IsNullable => true;