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

            return this;
        }