Skip to content

T_CodeJam_Reflection_InfoOf_1

andrewvk edited this page Mar 22, 2016 · 11 revisions

InfoOf(T) Class

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

[Missing

documentation for "T:CodeJam.Reflection.InfoOf`1"]

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 contsructor.
Public methodStatic member Field(TValue) Returns the field.
Public methodStatic member Method Returns the method.
Public methodStatic member Property(TValue) Returns the property.
Public methodStatic member PropertyOrField(TValue) Returns the property or field.
  Back to Top

See Also

Reference

CodeJam.Reflection Namespace

Clone this wiki locally