StringCollection Properties

Properties

CountGets the number of elements actually contained in the Collection<T>.
(Inherited from Collection<String>)
ItemGets or sets the element at the specified index.
(Inherited from Collection<String>)
ItemsGets a IList<T> wrapper around the Collection<T>.
(Inherited from Collection<String>)

See Also