Skip to content

Properties_T_CodeJam_Reflection_MemberAccessor

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

MemberAccessor Properties

The MemberAccessor type exposes the following members.

Properties

 

Name Description
Public property Getter Member getter function.
Public property GetterExpression Getter expression of the member.
Public property HasGetter True, if the member has getter.
Public property HasSetter True, if the member has setter.
Public property IsComplex True, if the member is complex.
Public property MemberInfo Member MemberInfo.
Public property Name Member name.
Public property Setter Member setter action.
Public property SetterExpression Setter expression of the member.
Public property Type Member Type.
Public property TypeAccessor Parent TypeAccessor.
  Back to Top

See Also

Reference

MemberAccessor Class
CodeJam.Reflection Namespace

Clone this wiki locally