Interface ICsharpExpressionParser
Defines methods to parse C# expressions.
Namespace: PoeShared.Bindings
Assembly: PoeShared.dll
Syntax
public interface ICsharpExpressionParser
Fields
Name | Description |
---|---|
InputParameterName | Name of input parameter in lambda expressions, e.g. x => x.ToString(), InputParameterName here is "x" |
Properties
Name | Description |
---|---|
CustomTypeProvider | Interface for providing functionality to find custom types for or resolve any type by full or simple name. |
Methods
Name | Description |
---|---|
ParseFunction<TSource, TResult>(string) | Parses a function expression. |