CompilationOptions.CommonWithFeatures(ImmutableArray<String>) 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.
Caution
This API is now deprecated.
protected:
abstract Microsoft::CodeAnalysis::CompilationOptions ^ CommonWithFeatures(System::Collections::Immutable::ImmutableArray<System::String ^> features);
[System.Obsolete]
protected abstract Microsoft.CodeAnalysis.CompilationOptions CommonWithFeatures (System.Collections.Immutable.ImmutableArray<string> features);
[<System.Obsolete>]
abstract member CommonWithFeatures : System.Collections.Immutable.ImmutableArray<string> -> Microsoft.CodeAnalysis.CompilationOptions
Protected MustOverride Function CommonWithFeatures (features As ImmutableArray(Of String)) As CompilationOptions
Parameters
- features
- ImmutableArray<String>
Returns
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.