Class DumpAsStringHeaderArgsReflection
- Namespace
- SunamoReflection._public.SunamoArgs
- Assembly
- SunamoReflection.dll
Header arguments for dump-as-string operations with optional name filtering.
public class DumpAsStringHeaderArgsReflection
- Inheritance
-
DumpAsStringHeaderArgsReflection
- Derived
- Inherited Members
- Extension Methods
Fields
Default
Default instance with empty name filter.
public static DumpAsStringHeaderArgsReflection Default
Field Value
Properties
OnlyNames
List of property/field names to include in the dump. Prefix with "!" to exclude.
public List<string> OnlyNames { get; set; }