Aqla Solutions

[This is preliminary documentation and is subject to change.]

Extension method to call the specified expression if it's not null and return its result converted to the specified T type

Namespace: (Default Namespace)
Assembly: JustLogic (in JustLogic.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static T GetResult<T>(
	this JLExpression expression,
	IExecutionContext context
)
JScript
JScript does not support generic types or methods.

Type Parameters

T

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type JLExpression. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also