Class NullableExtensions
- Namespace
- UraniumUI.Extensions
- Assembly
- UraniumUI.dll
public static class NullableExtensions
- Inheritance
-
NullableExtensions
- Inherited Members
Methods
AsNonNullable(Type)
public static Type AsNonNullable(this Type type)
Parameters
type
Type
Returns
IsNullable(Type)
public static bool IsNullable(this Type type)
Parameters
type
Type
Returns
MakeNullable<T>(T)
public static T? MakeNullable<T>(this T value) where T : struct
Parameters
value
T
Returns
- T?
Type Parameters
T