Click or drag to resize

ArrayParameterAttribute Class

Used to mark configurable parameters which are arrays. Specifies the mapping between XML elements and .NET types.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    NLog.ConfigArrayParameterAttribute

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public sealed class ArrayParameterAttribute : Attribute

The ArrayParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodArrayParameterAttribute
Initializes a new instance of the ArrayParameterAttribute class.
Top
Properties
  NameDescription
Public propertyElementName
Gets the XML element name.
Public propertyItemType
Gets the .NET type of the array item.
Top
See Also