Interface IFactoryOptionsConstistent<T>
Interface representing a configured factory.
Inherited Members
Namespace:Extend
Assembly:Extend.dll
Syntax
public interface IFactoryOptionsConstistent<T> : IFactoryOptionsInconsistent<T>, ICreateInstanceOptions<T> where T : class
Type Parameters
Name | Description |
---|---|
T | The type of the object to create. |