Skip to content

T_CodeJam_Reflection_InfoOf_1

Andrew Koryavchenko edited this page Jun 17, 2018 · 11 revisions

InfoOf(T) Class

Provides a helper class to get the property, field, ctor or method from an expression.

Inheritance Hierarchy

System.Object
  CodeJam.Reflection.InfoOf(T)
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class InfoOf<T>

VB

Public NotInheritable Class InfoOf(Of T)

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type InfoOf<'T> =  class end

Type Parameters

 

T
[Missing documentation for "T:CodeJam.Reflection.InfoOf`1"]
  The InfoOf(T) type exposes the following members.

Methods

 

Name Description
Public methodStatic member Constructor Returns the constructor.
Public methodStatic member Field(TValue) Returns the field.
Public methodStatic member Member(TValue) Returns the property or field.
Public methodStatic member Method(Expression(Action(T))) Returns the method.
Public methodStatic member Method(TResult)(Expression(Func(T, TResult))) Returns the method.
Public methodStatic member Property(TValue) Returns the property.
  Back to Top

See Also

Reference

CodeJam.Reflection Namespace

Clone this wiki locally