[]
Represents a collection for the T.
public abstract class XamlCollection<T> : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
Public MustInherit Class XamlCollection(Of T)
Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Count | Gets the number of sheets in the collection. |
| this[int] | Gets the sheet at the special index. |
| Name | Description |
|---|---|
| Add() | Adds a sheet into the collection. |
| Clear() | Clears the collection. |
| IndexOf(T) | Gets the index of a sheet. |
| RemoveAt(int) | Removes a sheet from the collection. |