OptionalTGetValueOrDefaultTResult Method

Gets the value if present, otherwise the default value.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TResult GetValueOrDefault<TResult>()

Type Parameters

TResult

Return Value

TResult
The value if present and of the correct type, `default(TResult)` if the value is not present or of an incorrect type.

See Also