次の方法で共有


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>

環境の値。

適用対象