Table of Contents

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 = 0

Extra members are skipped; only declared fields are encoded.

Reject = 1

An extra member fails the write with CStructWriteException before any byte is written.