Example #1
0
        public override void Load(Reader reader, int length)
        {
            // # of types:
            int count = (int)reader.VarUInt32();

            // Load the set:
            Types = reader.FuncTypes(count, 0);
        }