NLog Logging Library

LayoutCollection Members

LayoutCollection overview

Public Instance Constructors

LayoutCollection Overloaded. Initializes a new instance of the LayoutCollection class.

Public Instance Properties

Item Gets or sets the Layout at the given index in this LayoutCollection.

Public Instance Methods

Add Adds an instance of type Layout to the end of this LayoutCollection.
AddRangeOverloaded. 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.

See Also

LayoutCollection Class | NLog Namespace