TypeUtilities.

Default(Type) Method

Summary

Gets the default value for the specified type.
Namespace
Avalonia.Utilities
Containing Type
TypeUtilities

Syntax

public static object Default(Type type)

Parameters

Name Type Description
type Type The type.

Return Value

Type Description
object The default value.