Esempio n. 1
0
        protected override IEnumerable <IValue> getItems(Context context)
        {
            TupleValue tuple = (TupleValue)getValue(context);

            return(tuple.GetEnumerable(context));
        }