-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Reflection_InfoOf_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
11 revisions
Provides a helper class to get the property, field, ctor or method from an expression.
System.Object
CodeJam.Reflection.InfoOf(T)
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class InfoOf<T>
VB
Public NotInheritable Class InfoOf(Of T)
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type InfoOf<'T> = class end
- T
- [Missing documentation for "T:CodeJam.Reflection.InfoOf`1"]
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. |