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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.