Class ContainerViewList
Represents a list of ContainerView objects.
Inheritance
System.Object
ContainerViewList
Implements
System.Collections.Generic.IReadOnlyList<ContainerView>
System.Collections.Generic.IReadOnlyCollection<ContainerView>
System.Collections.Generic.IEnumerable<ContainerView>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class ContainerViewList : IReadOnlyList<ContainerView>, IReadOnlyCollection<ContainerView>, IEnumerable<ContainerView>, IEnumerable
Properties
Name | Description |
---|---|
Count | Gets the count of ContainerView objects. |
First | Gets the first ContainerView. |
Item[Int32] | Gets the ContainerView at specified index. |
Last | Gets the last ContainerView. |
MaxCount | Gets the maxium count. |
Methods
Name | Description |
---|---|
GetContainerView(Int32) | Gets the ContainerView at specified ordinal. |
GetEnumerator() | Gets the enumerator of this collection. |
IndexOf(Int32) | Gets the index of ContainerView for specified ordinal. |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable.GetEnumerator() |