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