-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_Reflection_InfoOf
andrewvk edited this page Apr 7, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
The InfoOf type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Constructor(T) | Returns the contsructor. |
![]() ![]() |
Field(TValue)(Expression(Func(TValue))) | Returns the field. |
![]() ![]() |
Field(T)(Expression(Func(T, Object))) | Returns the field. |
![]() ![]() |
Field(T, TValue)(Expression(Func(T, TValue))) | Returns the field. |
![]() ![]() |
Member(TValue)(Expression(Func(TValue))) | Returns the MemberInfo. |
![]() ![]() |
Member(T)(Expression(Func(T, Object))) | Returns the MemberInfo. |
![]() ![]() |
Member(T, TValue)(Expression(Func(T, TValue))) | Returns the MemberInfo. |
![]() ![]() |
Method(Expression(Action)) | Returns the method. |
![]() ![]() |
Method(T)(Expression(Action(T))) | Returns the method. |
![]() ![]() |
Method(T)(Expression(Func(T))) | Returns the method. |
![]() ![]() |
Method(T)(Expression(Func(T, Object))) | Returns the method. |
![]() ![]() |
Method(T, TResult)(Expression(Func(T, TResult))) | Returns the method. |
![]() ![]() |
Property(TValue)(Expression(Func(TValue))) | Returns the property. |
![]() ![]() |
Property(T)(Expression(Func(T, Object))) | Returns the property. |
![]() ![]() |
Property(T, TValue)(Expression(Func(T, TValue))) | Returns the property. |