A formatting rule for MemberInfo and all the derived types but Type.
Namespace:
Gallio.Runtime.FormattingAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public sealed class MemberInfoFormattingRule : TypeFormattingRule |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class MemberInfoFormattingRule _ Inherits TypeFormattingRule |
Remarks
Formats values like: "{Type}, {MemberType}: {Name}" with
Examples
E.g. "The.Namespace.TheType, Property: MyProperty"
Inheritance Hierarchy
System..::.Object
Gallio.Runtime.Formatting..::.TypeFormattingRule
Gallio.Runtime.Formatting..::.MemberInfoFormattingRule
Gallio.Runtime.Formatting..::.TypeFormattingRule
Gallio.Runtime.Formatting..::.MemberInfoFormattingRule
