Table of Contents

Method GetNullable

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetNullable(PropertyInfo)

Returns whether property is nullable (for example byte?).

public static bool GetNullable(PropertyInfo p)

Parameters

p PropertyInfo

Property info.

Returns

bool

true if property is nullable, false otherwise.