-
Notifications
You must be signed in to change notification settings - Fork 34
T_CodeJam_Reflection_InfoOf_1
andrewvk edited this page Mar 22, 2016
·
11 revisions
[This is preliminary documentation and is subject to change.]
[Missing
System.Object
CodeJam.Reflection.InfoOf(T)
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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 contsructor. |
![]()
|
Field(TValue) | Returns the field. |
![]()
|
Method | Returns the method. |
![]()
|
Property(TValue) | Returns the property. |
![]()
|
PropertyOrField(TValue) | Returns the property or field. |
