C# 클래스 NuGet.Indexing.ConfigurationExtensions

파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata

공개 메소드들

메소드 설명
Get ( this configuration, string key, bool defaultValue ) : bool

Tries to get a value from the configuration service.

메소드 상세

Get() 공개 정적인 메소드

Tries to get a value from the configuration service.
public static Get ( this configuration, string key, bool defaultValue ) : bool
configuration this The current IConfiguration instance.
key string The configuration key to fetch the value for.
defaultValue bool The value that will be used if the key is not found.
리턴 bool