Table of Contents

Interface ICompilablePropertyAccessor

Namespace
Steeltoe.Common.Expression.Internal.Spring
Assembly
Steeltoe.Common.Expression.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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