Class DumpAsStringHeaderArgs
- Namespace
- SunamoArgs
- Assembly
- SunamoArgs.dll
Arguments for dumping objects as string with header formatting. Shared across SunamoReflection and SunamoCollectionWithoutDuplicates.
public class DumpAsStringHeaderArgs
- Inheritance
-
DumpAsStringHeaderArgs
- Inherited Members
- Extension Methods
Properties
Default
Gets or sets the default instance of DumpAsStringHeaderArgs.
public static DumpAsStringHeaderArgs Default { get; set; }
Property Value
OnlyNames
Gets or sets the list of property names to include in the output. If a name starts with '!' it will be excluded.
public List<string> OnlyNames { get; set; }