Option<T> Konstruktoren
Definition
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.
Überlädt
Option<T>(String, String) |
Veraltet.
|
Option<T>(String, String, T) | |
Option<T>(String, String, T, OptionStorageLocation[]) |
Option<T>(String, String)
- 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%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:
Option<T>(String, String, T)
- 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%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:
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%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:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.