Show / Hide Table of Contents

Method IsRegistered

| Improve this Doc View Source

IsRegistered<TService>()

Determines whether service is registered.

Declaration
public static bool IsRegistered<TService>()

    where TService : class, IService
Returns
Type Description
System.Boolean

true if service is registered, otherwise false.

Type Parameters
Name Description
TService

Type of service.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest