ArrayOfString
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[CollectionDataContract(ItemName = "String")]
public class ArrayOfString : List<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Implements
System.Collections.Generic.IList<System.String>
System.Collections.Generic.ICollection<System.String>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<System.String>
System.Collections.Generic.IReadOnlyCollection<System.String>
System.Collections.Generic.IEnumerable<System.String>
System.Collections.IEnumerable