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