Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Move generic Get/Set into Interface #549

Closed
wants to merge 1 commit into from

Conversation

benaadams
Copy link
Contributor

Paired change for aspnet/HttpAbstractions#526

@@ -280,6 +280,16 @@ bool IHttpUpgradeFeature.IsUpgradableRequest
set { FastFeatureSet(key, value); }
}

public TFeature IFeatureCollection.Get<TFeature>()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't compile, remove the public

@davidfowl
Copy link
Member

Merged a fix

@davidfowl davidfowl closed this Dec 31, 2015
@benaadams benaadams deleted the generic-get+set branch May 10, 2016 11:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants