TypeUtilitiesAcceptsNullT Method
Returns a value indicating whether null can be assigned to the specified type.
Namespace: Avalonia.UtilitiesAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool AcceptsNull<T>()
Public Shared Function AcceptsNull(Of T) As Boolean
static member AcceptsNull : unit -> bool
- T
- The type
BooleanTrue if the type accepts null values; otherwise false.