Example #1
0
            public object Apply(object id)
            {
                var oid = _enclosing.ItemByName(((int)id));

                //			System.out.println(id + " -> " + oid);
                return(oid);
            }