The attribute argument provider for the AttributeArgumentService .
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph ProwlynxNET.Core.ServiceProviders
ProwlynxNET.Core.ServiceProviders.AttributeArgumentProvider[[AttributeArgumentProvider]]
ProwlynxNET.Core.ServiceProviders.ServiceProviderBase_1[[ServiceProviderBase]]
end
ProwlynxNET.Core.ServiceProviders.ServiceProviderBase_1 --> ProwlynxNET.Core.ServiceProviders.AttributeArgumentProvider
The attribute argument provider for the AttributeArgumentService .
ServiceProviderBase<IAttributeArgumentService<ArgumentInfo>>
public AttributeArgumentProvider()Create a new attribute argument provider adding a single AttributeArgumentService service.
Generated with ModularDoc