Search Results for

    Show / Hide Table of Contents

    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.
    In this article
    Back to top 2025 / Generated by DocFX