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