Table of Contents

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 Type

Type as registered with the container

Returns

object

Instance of the registered type