Beispiel #1
0
        protected override IEnumerable <IValue> getItems(Context context)
        {
            ListValue list = (ListValue)getValue(context);

            return(list.GetEnumerable(context));
        }