Interface IReadOnlyStrings
Contains methods and properties which allow to access array of strings in read only mode.
public interface IReadOnlyStrings
Properties
- Count
Gets the number of elements.
- this[int]
Gets the element at the specified index.