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
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.