Skip to main content
Box

LayoutPageCollection Members

A collection of LayoutPage elements.

Properties

Name Description
Count Gets the number of elements in the collection. Inherited from LayoutElementCollection<T>.
First Returns the first element in the collection of the type designated by the specified generic type parameter. Inherited from LayoutElementCollection<T>.
Item[Int32] Gets the object of the type designated by the specified generic type parameter and specified by its index. Inherited from LayoutElementCollection<T>.
Last Returns the last element in the collection of the type designated by the specified generic type parameter. Inherited from LayoutElementCollection<T>.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator() Returns an enumerator that iterates through the LayoutElementCollection<T> instance. Inherited from LayoutElementCollection<T>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also