ParseOptions.CommonWithFeatures Method

Definition

protected:
 abstract Microsoft::CodeAnalysis::ParseOptions ^ CommonWithFeatures(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ features);
protected abstract Microsoft.CodeAnalysis.ParseOptions CommonWithFeatures (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> features);
abstract member CommonWithFeatures : seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.CodeAnalysis.ParseOptions
Protected MustOverride Function CommonWithFeatures (features As IEnumerable(Of KeyValuePair(Of String, String))) As ParseOptions

Parameters

Returns

Applies to