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