LayoutElementCollection<T> Members
Base collection for collections of layout elements.Properties
Name | Description |
---|---|
Count | Gets the number of elements in the collection. |
First | Returns the first element in the collection of the type designated by the specified generic type parameter. |
Item[Int32] | Gets the object of the type designated by the specified generic type parameter and specified by its index. |
Last | Returns the last element in the collection of the type designated by the specified generic type parameter. |
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. |
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