Skip to main content

ArrayOfLongId

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[CollectionDataContract(ItemName = "Id")]
public class ArrayOfLongId : List<long>, IList<long>, ICollection<long>, IList, ICollection, IReadOnlyList<long>, IReadOnlyCollection<long>, IEnumerable<long>, IEnumerable

Implements

  • System.Collections.Generic.IList<System.Int64>
  • System.Collections.Generic.ICollection<System.Int64>
  • System.Collections.IList
  • System.Collections.ICollection
  • System.Collections.Generic.IReadOnlyList<System.Int64>
  • System.Collections.Generic.IReadOnlyCollection<System.Int64>
  • System.Collections.Generic.IEnumerable<System.Int64>
  • System.Collections.IEnumerable