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.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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