LayoutCollection
|
Overloaded. Initializes a new instance of the LayoutCollection class. |
Item | Gets or sets the Layout at the given index in this LayoutCollection. |
Add | Adds an instance of type Layout to the end of this LayoutCollection. |
AddRange | Overloaded. Adds the elements of an array to the end of this LayoutCollection. |
Contains | Determines whether a specfic Layout value is in this LayoutCollection. |
GetEnumerator | Returns an enumerator that can iterate through the elements of this LayoutCollection. |
IndexOf | Return the zero-based index of the first occurrence of a specific value in this LayoutCollection |
Insert | Inserts an element into the LayoutCollection at the specified index |
Remove | Removes the first occurrence of a specific Layout from this LayoutCollection. |
LayoutCollection Class | NLog Namespace