-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_Reflection_InfoOf
andrewvk edited this page Jun 23, 2016
·
6 revisions
The InfoOf type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
Constructor(T) | Returns the constructor. |
![]()
|
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. |
