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

            return(set.GetEnumerable(context));
        }