Skip to main content

ArrayOfGuidId

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

Implements

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