DefaultValueAttribute Constructor
.NET Framework 2.0
Initializes a new instance of the DefaultValueAttribute class.
| Name | Description |
|---|---|
| DefaultValueAttribute (Boolean) | Initializes a new instance of the DefaultValueAttribute class using a Boolean value. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Byte) | Initializes a new instance of the DefaultValueAttribute class using an 8-bit unsigned integer. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Char) | Initializes a new instance of the DefaultValueAttribute class using a Unicode character. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Double) | Initializes a new instance of the DefaultValueAttribute class using a double-precision floating point number. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Int16) | Initializes a new instance of the DefaultValueAttribute class using a 16-bit signed integer. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Int32) | Initializes a new instance of the DefaultValueAttribute class using a 32-bit signed integer. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Int64) | Initializes a new instance of the DefaultValueAttribute class using a 64-bit signed integer. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Object) | Initializes a new instance of the DefaultValueAttribute class. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Single) | Initializes a new instance of the DefaultValueAttribute class using a single-precision floating point number. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (String) | Initializes a new instance of the DefaultValueAttribute class using a String. Supported by the .NET Compact Framework. |
| DefaultValueAttribute (Type, String) | Initializes a new instance of the DefaultValueAttribute class, converting the specified value to the specified type, and using an invariant culture as the translation context. |