Method GetService
- Namespace
- SharpVectors.IoC
- Assembly
- SharpVectors.Model.dll
GetService(Type)
Returns the object registered for the given type
public object GetService(Type type)
Parameters
type
TypeType as registered with the container
Returns
- object
Instance of the registered type