TypeConvertedValueExpressionAttributeReturnType Property
Namespace: Gemstone.Expressions.ModelAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.169 -- Release Build+7e19ae13fc8cb044bd1f384a021abae6dc5c1045
public Type? ReturnType { get; }
Public ReadOnly Property ReturnType As Type
Get
public:
property Type^ ReturnType {
Type^ get ();
}
function get_ReturnType();
Property Value
Type
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.