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

ScopeSection() public method

public ScopeSection ( BinaryReader reader ) : System
reader BinaryReader
return System
        public ScopeSection(BinaryReader reader) : base(reader, 268)
        {
        }
    }
ScopeSection