CxExpressionDefault

Description

sealed class Tinman.Core.Cx.Expressions.CxExpressionDefault

Represents the default expression that evaluates to the default value of the given type:

default(Type)

The ICxReference.Resolved property may return the following values:

ICxTypeContainer.Type returns the type for which to evaluate to default.

Public / Constructors

Cx​Expression​Default


public constructor CxExpressionDefault → (1)

type in : CxType

[not-null]
See ICxTypeContainer.Type.

Creates a new instance of CxExpressionDefault.