TFactory<TKey,TBaseType>.RegisterFactoryMethod(TKey,TFactoryMethod<TBaseType>) Method

Represents method RegisterFactoryMethod(TKey,TFactoryMethod<TBaseType>).

Namespace: Spring.DesignPatterns
public
 procedure RegisterFactoryMethod(key: TKey; factoryMethod: TFactoryMethod<TBaseType>);

Parameters

key
Type: TKey

factoryMethod
Type: TFactoryMethod<TBaseType>