Overload List

Name Description
ValueCollection.Add (Byte[]) The Add method adds a binary value to the ValueCollection.
ValueCollection.Add (Int64) The Add method adds an integer value to the ValueCollection.
ValueCollection.Add (String) The Add method adds a string value to the ValueCollection.
ValueCollection.Add (Value) The Add method adds a Value object to the ValueCollection.
ValueCollection.Add (ValueCollection) The Add method adds the contents of another ValueCollection to this ValueCollection.

See Also