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
- 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
- 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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.