Click or drag to resize

GlobalGetMemberInfo Method

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public static MemberInfo GetMemberInfo(
	this Expression expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpression

Return Value

Type: MemberInfo

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Expression. 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).
Version Information

Supported in: 1.0
See Also