ParseOptions.WithFeatures メソッド

定義

テスト用にいくつかの試験的な言語機能を有効にします。

public:
 Microsoft::CodeAnalysis::ParseOptions ^ WithFeatures(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ features);
public Microsoft.CodeAnalysis.ParseOptions WithFeatures (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> features);
member this.WithFeatures : seq<System.Collections.Generic.KeyValuePair<string, string>> -> Microsoft.CodeAnalysis.ParseOptions
Public Function WithFeatures (features As IEnumerable(Of KeyValuePair(Of String, String))) As ParseOptions

パラメーター

戻り値

適用対象