-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Reflection_InfoOf
andrewvk edited this page Mar 30, 2016
·
10 revisions
[This is preliminary documentation and is subject to change.]
Provides a helper class to get the property, field, ctor or method from an expression.
System.Object
CodeJam.Reflection.InfoOf
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[PublicAPIAttribute]
public static class InfoOfVB
<PublicAPIAttribute>
Public NotInheritable Class InfoOfF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<PublicAPIAttribute>]
type InfoOf = class endThe InfoOf type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
Constructor(T) | Returns the contsructor. |
![]()
|
Field(TValue) | Returns the field. |
![]()
|
Method | Returns the method. |
![]()
|
Property(TValue) | Returns the property. |
![]()
|
PropertyOrField(TValue) | Returns the property or field. |
