TypeConvertedValueExpressionAttributeReturnType Property

Gets the return Type for this Expression.

Definition

Namespace: Gemstone.Expressions.Model
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.167 -- Release Build+9a8f4228567360b7e602131c8a50711ed3553e9a
public Type? ReturnType { get; }

Property Value

Type

Remarks

When value is null, the Expression will be pre-parsed in an attempt to auto-derive the return type. Note that when using this attribute, it often will be necessary to assign the current TypeRegistry so that the parser will have access to needed symbols. If the expression's return type is known in advance, it is optimal to provide it in the attribute constructor.

See Also