Method CreateAspectConfiguration
CreateAspectConfiguration()
Creates a concrete AspectConfiguration instance specifically for the current AspectConfigurationAttribute type.
Declaration
protected virtual AspectConfiguration CreateAspectConfiguration()
Returns
Type | Description |
---|---|
AspectConfiguration | A new and empty instance of AspectConfiguration, whose concrete type corresponds to the concrete type of the AspectConfigurationAttribute. |