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: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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