TypeUtilitiesDefault Method
Gets the default value for the specified type.
Namespace: Avalonia.UtilitiesAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Object? Default(
Type type
)
Public Shared Function Default (
type As Type
) As Object
static member Default :
type : Type -> Object
- type Type
- The type.
ObjectThe default value.