NLog Logging Library

LayoutRendererCollection Members

LayoutRendererCollection overview

Public Instance Constructors

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

Public Instance Properties

Item Gets or sets the LayoutRenderer at the given index in this LayoutRendererCollection.

Public Instance Methods

Add Adds an instance of type LayoutRenderer to the end of this LayoutRendererCollection.
AddRangeOverloaded. Adds the elements of an array to the end of this LayoutRendererCollection.
Contains Determines whether a specfic LayoutRenderer value is in this LayoutRendererCollection.
GetEnumerator Returns an enumerator that can iterate through the elements of this LayoutRendererCollection.
IndexOf Return the zero-based index of the first occurrence of a specific value in this LayoutRendererCollection
Insert Inserts an element into the LayoutRendererCollection at the specified index
Remove Removes the first occurrence of a specific LayoutRenderer from this LayoutRendererCollection.

See Also

LayoutRendererCollection Class | NLog Namespace