A formatting rule for DictionaryEntry.

Namespace:  Gallio.Runtime.Formatting
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public sealed class DictionaryEntryFormattingRule : IFormattingRule
Visual Basic (Declaration)
Public NotInheritable Class DictionaryEntryFormattingRule _
	Implements IFormattingRule

Remarks

Formats values as "\"key\": \"value\"".

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Formatting..::.DictionaryEntryFormattingRule

See Also