Skip to content

P_CodeJam_Reflection_MemberAccessor_GetterExpression

andrewvk edited this page Jun 23, 2016 · 5 revisions

MemberAccessor.GetterExpression Property

[This is preliminary documentation and is subject to change.]

Getter expression of the member.

Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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