Click or drag to resize

MessageTemplateParameters Class

Parameters extracted from parsing Message as MessageTemplate
Inheritance Hierarchy
SystemObject
  NLog.MessageTemplatesMessageTemplateParameters

Namespace:  NLog.MessageTemplates
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public sealed class MessageTemplateParameters : IEnumerable<MessageTemplateParameter>, 
	IEnumerable

The MessageTemplateParameters type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of parameters
Public propertyIsPositional
Indicates whether the template should be interpreted as positional (all holes are numbers) or named.
Public propertyItem
Gets the parameters at the given index
Top
Methods
  NameDescription
Public methodGetEnumerator
Top
See Also