Поделиться через


PerLanguageOption<T> Конструкторы

Определение

Перегрузки

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

Параметры

feature
String
name
String
defaultValue
T

Применяется к

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
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())

Параметры

feature
String
name
String
defaultValue
T
storageLocations
OptionStorageLocation[]

Применяется к