AmbientValueAttribute Constructor
.NET Framework 4.5
Initializes a new instance of the AmbientValueAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AmbientValueAttribute(Boolean) | Initializes a new instance of the AmbientValueAttribute class, given a Boolean value for its value. |
|
AmbientValueAttribute(Byte) | Initializes a new instance of the AmbientValueAttribute class, given an 8-bit unsigned integer for its value. |
|
AmbientValueAttribute(Char) | Initializes a new instance of the AmbientValueAttribute class, given a Unicode character for its value. |
|
AmbientValueAttribute(Double) | Initializes a new instance of the AmbientValueAttribute class, given a double-precision floating-point number for its value. |
|
AmbientValueAttribute(Int16) | Initializes a new instance of the AmbientValueAttribute class, given a 16-bit signed integer for its value. |
|
AmbientValueAttribute(Int32) | Initializes a new instance of the AmbientValueAttribute class, given a 32-bit signed integer for its value. |
|
AmbientValueAttribute(Int64) | Initializes a new instance of the AmbientValueAttribute class, given a 64-bit signed integer for its value. |
|
AmbientValueAttribute(Object) | Initializes a new instance of the AmbientValueAttribute class, given an object for its value. |
|
AmbientValueAttribute(Single) | Initializes a new instance of the AmbientValueAttribute class, given a single-precision floating point number for its value. |
|
AmbientValueAttribute(String) | Initializes a new instance of the AmbientValueAttribute class, given a string for its value. |
|
AmbientValueAttribute(Type, String) | Initializes a new instance of the AmbientValueAttribute class, given the value and its type. |