Table of Contents

Method HasService

Namespace
SharpVectors.IoC
Assembly
SharpVectors.Model.dll

HasService(Type)

Returns a value indicating whether the object type is registered or not.

public bool HasService(Type type)

Parameters

type Type

Type as registered with the container

Returns

bool

Returns true if the specified type is registered, otherwise; return false.