System.ComponentModel.Tests.CustomDefaultValueAttribute.CustomDefaultValueAttribute C# (CSharp) Method

CustomDefaultValueAttribute() public method

public CustomDefaultValueAttribute ( object value ) : System.Collections.Generic
value object
return System.Collections.Generic
        public CustomDefaultValueAttribute(object value) : base(value) { }
CustomDefaultValueAttribute