OptionKey(IOption, String) Constructor
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.
public OptionKey (Microsoft.CodeAnalysis.Options.IOption option, string language = default);
public OptionKey (Microsoft.CodeAnalysis.Options.IOption option, string? language = default);
new Microsoft.CodeAnalysis.Options.OptionKey : Microsoft.CodeAnalysis.Options.IOption * string -> Microsoft.CodeAnalysis.Options.OptionKey
Public Sub New (option As IOption, Optional language As String = Nothing)
Parameters
- option
- IOption
- language
- String
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.