|
TypeConvertedValueExpressionAttributeReturnType Property
|
Namespace: GSF.ComponentModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxpublic Type ReturnType { get; }
Public ReadOnly Property ReturnType As Type
Get
public:
property Type^ ReturnType {
Type^ get ();
}
member ReturnType : Type with get
function get_ReturnType();
View SourceProperty 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