Exemplo n.º 1
0
        public override CompileConstant Read(EndianBinaryReader reader)
        {
            Value = reader.ReadInt64();

            return this;
        }