Implemented interface member:
property
this
Microsoft.AspNetCore.Http.Features.IFeatureCollection.this[System.Type]
1 write to
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
389
this
[
typeof(TFeature)] = instance;
1 reference to
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
383
return (TFeature)this
[
typeof(TFeature)];