Default Method
Gets the default value for the specified type.
Definition
Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Object? Default(
Type type
)
Public Shared Function Default (
type As Type
) As Object
static member Default :
type : Type -> Object
Parameters
- Type
- The type.
Return Value
Object
The default value.