ParseOptions.CommonWithFeatures メソッド

定義

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

パラメーター

戻り値

適用対象