'Declaration Public Shared Function _toNonNullEnum(Of T As {New, IConvertible, Struct})( _ ByVal value As Nullable(Of T), _ ByVal defaultValue As T _ ) As T
public static T _toNonNullEnum<T>( Nullable<T> value, T defaultValue ) where T: new(), IConvertible, struct
Parameters
- value
- defaultValue
Type Parameters
- T