Option<T> Konstruktoren
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Option<T>(String, String) |
Veraltet.
|
Option<T>(String, String, T) | |
Option<T>(String, String, T, OptionStorageLocation[]) |
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
Achtung
Use a constructor that specifies an explicit default value.
public:
Option(System::String ^ feature, System::String ^ name);
public Option(string feature, string name);
[System.Obsolete("Use a constructor that specifies an explicit default value.")]
public Option(string feature, string name);
new Microsoft.CodeAnalysis.Options.Option<'T> : string * string -> Microsoft.CodeAnalysis.Options.Option<'T>
[<System.Obsolete("Use a constructor that specifies an explicit default value.")>]
new Microsoft.CodeAnalysis.Options.Option<'T> : string * string -> Microsoft.CodeAnalysis.Options.Option<'T>
Public Sub New (feature As String, name As String)
Parameter
- feature
- String
- name
- String
- Attribute
Gilt für:
Roslyn 4.13.0 und andere Versionen
Produkt | Versionen (Veraltet) |
---|---|
Roslyn | 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0 (4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0) |
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
public:
Option(System::String ^ feature, System::String ^ name, T defaultValue);
public Option(string feature, string name, T defaultValue);
new Microsoft.CodeAnalysis.Options.Option<'T> : string * string * 'T -> Microsoft.CodeAnalysis.Options.Option<'T>
Public Sub New (feature As String, name As String, defaultValue As T)
Parameter
- feature
- String
- name
- String
- defaultValue
- T
Gilt für:
Roslyn 4.13.0 und andere Versionen
Produkt | Versionen |
---|---|
Roslyn | 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0 |
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option%601.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
- Quelle:
- Option.cs
public:
Option(System::String ^ feature, System::String ^ name, T defaultValue, ... cli::array <Microsoft::CodeAnalysis::Options::OptionStorageLocation ^> ^ storageLocations);
public Option(string feature, string name, T defaultValue, params Microsoft.CodeAnalysis.Options.OptionStorageLocation[] storageLocations);
new Microsoft.CodeAnalysis.Options.Option<'T> : string * string * 'T * Microsoft.CodeAnalysis.Options.OptionStorageLocation[] -> Microsoft.CodeAnalysis.Options.Option<'T>
Public Sub New (feature As String, name As String, defaultValue As T, ParamArray storageLocations As OptionStorageLocation())
Parameter
- feature
- String
- name
- String
- defaultValue
- T
- storageLocations
- OptionStorageLocation[]
Gilt für:
Roslyn 4.13.0 und andere Versionen
Produkt | Versionen |
---|---|
Roslyn | 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0 |
Feedback zu .NET
.NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: