Skip to content

P_CodeJam_Reflection_MemberAccessor_GetterExpression

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

MemberAccessor.GetterExpression Property

Getter expression of the member.

Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public LambdaExpression GetterExpression { get; }

VB

Public ReadOnly Property GetterExpression As LambdaExpression
	Get

F#

member GetterExpression : LambdaExpression with get

Property Value

Type: LambdaExpression

See Also

Reference

MemberAccessor Class
CodeJam.Reflection Namespace

Clone this wiki locally