Ejemplo n.º 1
0
        public IVariable <TValue> GetReadOnlyVariable <TValue>(string name)
        {
            var symbol = _connection.GetSymbol(name);

            return(_connection.CreateVariable <TValue>(symbol, isWriteable: false));
        }