interface StringEnumAut

Brief

The collection of strings.

Details

The collection can be enumerated using the foreach statement.

Public Properties

Count

Returns the number of strings currently contained in the collection.

Public Methods

Item

Gets a string contained in the collection by its index.

back