Click or drag to resize
DefaultValueAttribute Constructor
Overload List
  NameDescription
Public methodDefaultValueAttribute(Boolean)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using a System.Boolean value.
Public methodDefaultValueAttribute(Byte)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using an 8-bit unsigned integer.
Public methodDefaultValueAttribute(Char)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using a Unicode character.
Public methodDefaultValueAttribute(Double)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using a double-precision floating point number.
Public methodDefaultValueAttribute(Int16)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using a 16-bit signed integer.
Public methodDefaultValueAttribute(Int32)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using a 32-bit signed integer.
Public methodDefaultValueAttribute(Int64)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using a 64-bit signed integer.
Public methodDefaultValueAttribute(Object)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class.
Public methodDefaultValueAttribute(Single)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using a single-precision floating point number.
Public methodDefaultValueAttribute(String)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class using a System.String.
Public methodDefaultValueAttribute(Type, String)
Initializes a new instance of the System.ComponentModel.DefaultValueAttribute class, converting the specified value to the specified type, and using an invariant culture as the translation context.
Top
See Also