Producer Consumer generic
Generic version of the Producer Consumer framework
|
Factory producing String objects.
Uses singleton design pattern
More...
Public Member Functions | |
string | GetElement (int i) |
Returns an object of type T. More... | |
Properties | |
static IElementFactory< String > | Instance [get] |
Factory producing String objects.
Uses singleton design pattern
string ProducerConsumerGeneric.StringFactory.GetElement | ( | int | index | ) |
Returns an object of type T.
index | A number. Can be used in the creation of the returned object |
Implements ProducerConsumerGeneric.IElementFactory< out T >.
|
staticget |