Flexberry ORM 8.0.0-beta01
Шаблон класса ICSSoft.STORMNET.FastAllocator< T >

Static generic fast allocator. Подробнее...

Открытые статические члены

static T New ()
 Creates an instance of the type designated by the specified generic type parameter, using the parameterless constructor. Подробнее...
 

Статические открытые данные

static Func< T > Creator
 

Подробное описание

Static generic fast allocator.

Параметры шаблона
TThe type of the return value of the allocation method.
Согласование типов
T :new() 

Методы

◆ New()

static T ICSSoft.STORMNET.FastAllocator< T >.New ( )
inlinestatic

Creates an instance of the type designated by the specified generic type parameter, using the parameterless constructor.

Возвращает
A reference to the newly created object.