[This is preliminary documentation and is subject to change.]

Used to mark configurable parameters which are arrays. Specifies the mapping between XML elements and .NET types.

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public sealed class ArrayParameterAttribute : Attribute
Visual Basic (Declaration)
Public NotInheritable Class ArrayParameterAttribute _
	Inherits Attribute
Visual C++
public ref class ArrayParameterAttribute sealed : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    NLog.Config..::.ArrayParameterAttribute

See Also