HostBuilderContext(IDictionary<Object,Object>) 생성자

정의

public:
 HostBuilderContext(System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ properties);
public HostBuilderContext (System.Collections.Generic.IDictionary<object,object> properties);
new Microsoft.Extensions.Hosting.HostBuilderContext : System.Collections.Generic.IDictionary<obj, obj> -> Microsoft.Extensions.Hosting.HostBuilderContext
Public Sub New (properties As IDictionary(Of Object, Object))

매개 변수

properties
IDictionary<Object,Object>

적용 대상