ITypeFactory
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface ITypeFactory
Methods
CreateInstance(IResolver, Type)
View Source
Declaration
object CreateInstance(IResolver resolver, Type type)
Returns
System.Object
Parameters
Type | Name |
---|---|
ServiceStack.Configuration.IResolver | resolver |
System.Type | type |