CSharpParseOptions.WithFeatures Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable some experimental language features for testing.
public:
 Microsoft::CodeAnalysis::CSharp::CSharpParseOptions ^ WithFeatures(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ features);public Microsoft.CodeAnalysis.CSharp.CSharpParseOptions WithFeatures(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> features);public Microsoft.CodeAnalysis.CSharp.CSharpParseOptions WithFeatures(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>? features);override this.WithFeatures : seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.CodeAnalysis.CSharp.CSharpParseOptionsPublic Function WithFeatures (features As IEnumerable(Of KeyValuePair(Of String, String))) As CSharpParseOptionsParameters
- features
- IEnumerable<KeyValuePair<String,String>>