Click or drag to resize
ElementAppendValue Method
Overload List
  NameDescription
Public methodAppendValue(Boolean)
Appends the specified value to this array element.
Public methodAppendValue(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.
Public methodAppendValue(Char)
Appends the specified value to this array element.
Public methodAppendValue(Double)
Appends the specified value to this array element.
Public methodAppendValue(Int32)
Appends the specified value to this array element.
Public methodAppendValue(Int64)
Appends the specified value to this array element.
Public methodAppendValue(Single)
Appends the specified value to this array element.
Public methodAppendValue(String)
Appends the specified value to this array element.
Public methodAppendValue(Constant)
Appends the specified value to this array element.
Public methodAppendValue(Datetime)
Appends the specified value to this array element.
Public methodAppendValue(Name)
Appends the specified value to this array element.
Top
See Also