Interface ICompilablePropertyAccessor
Assembly: Steeltoe.Common.Expression.dll
Syntax
public interface ICompilablePropertyAccessor
Methods
|
Edit this page
View Source
GenerateCode(String, ILGenerator, CodeFlow)
Declaration
void GenerateCode(string propertyName, ILGenerator gen, CodeFlow cf)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
ILGenerator |
gen |
|
CodeFlow |
cf |
|
|
Edit this page
View Source
GetPropertyType()
Declaration
Returns
|
Edit this page
View Source
IsCompilable()
Declaration
Returns
Type |
Description |
System.Boolean |
|