KeyedDependencyInjectionSpecificationTests.ResolveWithAnyKeyQuery_InstanceProvided Method
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.
public:
void ResolveWithAnyKeyQuery_InstanceProvided(bool anyKeyQueryBeforeSingletonQueries);
[Xunit.Theory]
public void ResolveWithAnyKeyQuery_InstanceProvided(bool anyKeyQueryBeforeSingletonQueries);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
[Xunit.Theory]
public void ResolveWithAnyKeyQuery_InstanceProvided(bool anyKeyQueryBeforeSingletonQueries);
[<Xunit.Theory>]
member this.ResolveWithAnyKeyQuery_InstanceProvided : bool -> unit
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.Theory>]
member this.ResolveWithAnyKeyQuery_InstanceProvided : bool -> unit
Public Sub ResolveWithAnyKeyQuery_InstanceProvided (anyKeyQueryBeforeSingletonQueries As Boolean)
Parameters
- anyKeyQueryBeforeSingletonQueries
- Boolean
- Attributes
-
InlineDataAttribute TheoryAttribute