A formatting rule that describes the structure of objects in terms of their constituent properties and fields.

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

Syntax

C#
public class StructuralFormattingRule : IFormattingRule
Visual Basic (Declaration)
Public Class StructuralFormattingRule _
	Implements IFormattingRule

Remarks

Describes the object using a format similar to a C# property initializer syntax.

Examples

{Foo.SomeType: Property = "Value", Field = "Other value"}

Inheritance Hierarchy

System..::.Object
  Gallio.Runtime.Formatting..::.StructuralFormattingRule

See Also