PerLanguageOption<T> Constructors
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.
Overloads
PerLanguageOption<T>(String, String, T) | |
PerLanguageOption<T>(String, String, T, OptionStorageLocation[]) |
PerLanguageOption<T>(String, String, T)
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
public:
PerLanguageOption(System::String ^ feature, System::String ^ name, T defaultValue);
public PerLanguageOption (string feature, string name, T defaultValue);
new Microsoft.CodeAnalysis.Options.PerLanguageOption<'T> : string * string * 'T -> Microsoft.CodeAnalysis.Options.PerLanguageOption<'T>
Public Sub New (feature As String, name As String, defaultValue As T)
Parameters
- feature
- String
- name
- String
- defaultValue
- T
Applies to
PerLanguageOption<T>(String, String, T, OptionStorageLocation[])
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
- Source:
- PerLanguageOption.cs
public:
PerLanguageOption(System::String ^ feature, System::String ^ name, T defaultValue, ... cli::array <Microsoft::CodeAnalysis::Options::OptionStorageLocation ^> ^ storageLocations);
public PerLanguageOption (string feature, string name, T defaultValue, params Microsoft.CodeAnalysis.Options.OptionStorageLocation[] storageLocations);
new Microsoft.CodeAnalysis.Options.PerLanguageOption<'T> : string * string * 'T * Microsoft.CodeAnalysis.Options.OptionStorageLocation[] -> Microsoft.CodeAnalysis.Options.PerLanguageOption<'T>
Public Sub New (feature As String, name As String, defaultValue As T, ParamArray storageLocations As OptionStorageLocation())
Parameters
- feature
- String
- name
- String
- defaultValue
- T
- storageLocations
- OptionStorageLocation[]
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.