| ElementAppendValue Method |
| Name | Description | |
|---|---|---|
| AppendValue(Boolean) | Appends the specified value to this array element.
| |
| AppendValue(Byte) | Obsolete. Appends the specified value to this array element.
Deprecated. Arrays of byte arrays are not supported.
This method will always throw an NotSupportedException.
| |
| AppendValue(Char) | Appends the specified value to this array element.
| |
| AppendValue(Double) | Appends the specified value to this array element.
| |
| AppendValue(Int32) | Appends the specified value to this array element.
| |
| AppendValue(Int64) | Appends the specified value to this array element.
| |
| AppendValue(Single) | Appends the specified value to this array element.
| |
| AppendValue(String) | Appends the specified value to this array element.
| |
| AppendValue(Constant) | Appends the specified value to this array element.
| |
| AppendValue(Datetime) | Appends the specified value to this array element.
| |
| AppendValue(Name) | Appends the specified value to this array element.
|