Enum UnknownMemberPolicy
- Namespace
- CStructSharp
- Assembly
- CStructSharp.dll
Says what a write does with a supplied member that the layout does not declare.
public enum UnknownMemberPolicy
Fields
Ignore = 0Extra members are skipped; only declared fields are encoded.
Reject = 1An extra member fails the write with CStructWriteException before any byte is written.