 | IFactoryTBaseType Interface |
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic interface IFactory<TBaseType>
where TBaseType : class
Public Interface IFactory(Of TBaseType As Class)
Dim instance As IFactory(Of TBaseType)
type IFactory<'TBaseType when 'TBaseType : not struct> = interface end
Type Parameters
- TBaseType
The IFactoryTBaseType type exposes the following members.
Methods
See Also