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