LayoutCollection T Class |
Namespace: Spire.Doc.Pages
public sealed class LayoutCollection<T> : IEnumerable<T>, IEnumerable where T : LayoutElement
The LayoutCollection T type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of entities in the collection.
|
![]() |
First |
Returns the first entity in the collection.
|
![]() |
Item |
Retrieves the entity at the given index.
|
![]() |
Last |
Returns the last entity in the collection.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
IndexOf |
Returns the zero-based index of the first occurrence of a specific item in the collection.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|