Table of Contents

Interface ICompilablePropertyAccessor

Namespace
Steeltoe.Common.Expression.Internal.Spring
Assembly
Steeltoe.Common.Expression.dll
public interface ICompilablePropertyAccessor : IPropertyAccessor
Inherited Members

Methods

GenerateCode(string, ILGenerator, CodeFlow)

void GenerateCode(string propertyName, ILGenerator gen, CodeFlow cf)

Parameters

propertyName string
gen ILGenerator
cf CodeFlow

GetPropertyType()

Type GetPropertyType()

Returns

Type

IsCompilable()

bool IsCompilable()

Returns

bool