Skip to content

T_CodeJam_Reflection_InfoOf_1

andrewvk edited this page Apr 22, 2016 · 11 revisions

InfoOf(T) Class

[This is preliminary documentation and is subject to change.]

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: 1.0.0.0 (1.0.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
  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