Skip to content

Methods_T_CodeJam_Reflection_InfoOf

andrewvk edited this page Apr 7, 2016 · 6 revisions

InfoOf Methods

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

The InfoOf type exposes the following members.

Methods

 

Name Description
Public methodStatic member Constructor(T) Returns the contsructor.
Public methodStatic member Field(TValue)(Expression(Func(TValue))) Returns the field.
Public methodStatic member Field(T)(Expression(Func(T, Object))) Returns the field.
Public methodStatic member Field(T, TValue)(Expression(Func(T, TValue))) Returns the field.
Public methodStatic member Member(TValue)(Expression(Func(TValue))) Returns the MemberInfo.
Public methodStatic member Member(T)(Expression(Func(T, Object))) Returns the MemberInfo.
Public methodStatic member Member(T, TValue)(Expression(Func(T, TValue))) Returns the MemberInfo.
Public methodStatic member Method(Expression(Action)) Returns the method.
Public methodStatic member Method(T)(Expression(Action(T))) Returns the method.
Public methodStatic member Method(T)(Expression(Func(T))) Returns the method.
Public methodStatic member Method(T)(Expression(Func(T, Object))) Returns the method.
Public methodStatic member Method(T, TResult)(Expression(Func(T, TResult))) Returns the method.
Public methodStatic member Property(TValue)(Expression(Func(TValue))) Returns the property.
Public methodStatic member Property(T)(Expression(Func(T, Object))) Returns the property.
Public methodStatic member Property(T, TValue)(Expression(Func(T, TValue))) Returns the property.
  Back to Top

See Also

Reference

InfoOf Class
CodeJam.Reflection Namespace

Clone this wiki locally