AB3594 - Post review fixes.. Also removed the Current class from abstractions, and injected the factory into config
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// This is used to supply optional/default values when using InnerTextConfigurationElement
|
||||
/// </summary>
|
||||
/// <typeparam name="T"></typeparam>
|
||||
public class OptionalInnerTextConfigurationElement<T> : InnerTextConfigurationElement<T>
|
||||
internal class OptionalInnerTextConfigurationElement<T> : InnerTextConfigurationElement<T>
|
||||
{
|
||||
private readonly InnerTextConfigurationElement<T> _wrapped;
|
||||
private readonly T _defaultValue;
|
||||
|
||||
Reference in New Issue
Block a user