AbfSharp.Sections.DeltaSection.DeltaSection C# (CSharp) Method

DeltaSection() public method

public DeltaSection ( BinaryReader reader ) : System
reader BinaryReader
return System
        public DeltaSection(BinaryReader reader) : base(reader, 284)
        {
        }
    }
DeltaSection