A read-only collection of string with case insensitive comparisons.
The items are stored as lower case.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[SerializableAttribute] public class ReadOnlyStringList : IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable |