OwinFeatureCollection(IDictionary<String,Object>) 생성자

정의

OwinFeatureCollection의 새 인스턴스를 초기화합니다.

public:
 OwinFeatureCollection(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ environment);
public OwinFeatureCollection (System.Collections.Generic.IDictionary<string,object> environment);
new Microsoft.AspNetCore.Owin.OwinFeatureCollection : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Owin.OwinFeatureCollection
Public Sub New (environment As IDictionary(Of String, Object))

매개 변수

environment
IDictionary<String,Object>

환경 값입니다.

적용 대상