C# Класс PdfRpt.Core.Helper.FastReflection

Fast property access, using Reflection.Emit.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance FastReflection

Открытые методы

Метод Описание
GetGetterDelegates ( Type type ) : IList

Fast property access, using Reflection.Emit.

Приватные методы

Метод Описание
FastReflection ( ) : System
createGetterFieldDelegate ( Type type, FieldInfo fieldInfo ) : object>.Func
createGetterPropertyDelegate ( Type type, PropertyInfo propertyInfo ) : object>.Func

Описание методов

GetGetterDelegates() публичный Метод

Fast property access, using Reflection.Emit.
public GetGetterDelegates ( Type type ) : IList
type System.Type
Результат IList

Описание свойств

Instance публичное статическое свойство

Singleton instance of FastReflection.
public static FastReflection,PdfRpt.Core.Helper Instance
Результат FastReflection