Implemented interface member:
property
this
Microsoft.AspNetCore.Http.Features.IFeatureCollection.this[System.Type]
1 write to
Microsoft.Extensions.Features (1)
FeatureCollection.cs (1)
140
this
[
typeof(TFeature)] = instance;
2 references to
Microsoft.Extensions.Features (2)
FeatureCollection.cs (2)
125
var feature = this
[
typeof(TFeature)];
134
return (TFeature?)this
[
typeof(TFeature)];