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