Configuration.GetService

Configuration.GetService<TService> method

要求されたサービスを取得します。

public TService GetService<TService>()
    where TService : class, IService
パラメータ説明
TService取得するサービスのタイプ。

戻り値

見つかった場合はサービスのインスタンス、またはヌル見つからなかった場合

関連項目