Enum UnknownRecordPolicy
Specifies how CSV deserialization engine should react on an unknown record.
The default value is Abort.
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum UnknownRecordPolicy
Fields
Name | Description |
---|---|
Abort | Abort the deserialization process and throw an exception. |
Ignore | Ignore the record and continue deserialization process. |