Add

CharCollection.Add method

Add the Char object in the collection.

public int Add(Char item)
Parameter Type Description
item Char

See Also