RuntimeFallbacks 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
RuntimeFallbacks(String, IEnumerable<String>) | |
RuntimeFallbacks(String, String[]) |
RuntimeFallbacks(String, IEnumerable<String>)
- Source:
- RuntimeFallbacks.cs
- Source:
- RuntimeFallbacks.cs
- Source:
- RuntimeFallbacks.cs
public:
RuntimeFallbacks(System::String ^ runtime, System::Collections::Generic::IEnumerable<System::String ^> ^ fallbacks);
public RuntimeFallbacks (string runtime, System.Collections.Generic.IEnumerable<string?> fallbacks);
new Microsoft.Extensions.DependencyModel.RuntimeFallbacks : string * seq<string> -> Microsoft.Extensions.DependencyModel.RuntimeFallbacks
Public Sub New (runtime As String, fallbacks As IEnumerable(Of String))
Parameters
- runtime
- String
- fallbacks
- IEnumerable<String>
Applies to
RuntimeFallbacks(String, String[])
- Source:
- RuntimeFallbacks.cs
- Source:
- RuntimeFallbacks.cs
- Source:
- RuntimeFallbacks.cs
public:
RuntimeFallbacks(System::String ^ runtime, ... cli::array <System::String ^> ^ fallbacks);
public RuntimeFallbacks (string runtime, params string?[] fallbacks);
new Microsoft.Extensions.DependencyModel.RuntimeFallbacks : string * string[] -> Microsoft.Extensions.DependencyModel.RuntimeFallbacks
Public Sub New (runtime As String, ParamArray fallbacks As String())
Parameters
- runtime
- String
- fallbacks
- String[]
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.