System.ComponentModel.Tests.CustomDefaultValueAttribute.CustomDefaultValueAttribute C# (CSharp) 메소드

CustomDefaultValueAttribute() 공개 메소드

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