Show / Hide Table of Contents

Method ExistsService

| Improve this Doc View Source

ExistsService<T>()

Determines whether service exists.

Declaration
public bool ExistsService<T>()

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

true if service exists, otherwise false.

Type Parameters
Name Description
T

The type of the service.

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