Пример #1
0
        public TSource this[int index] {
            get {
                return(Convert.Invoke(Target[index]));
            }

            set {
                Target[index] = Revert.Invoke(value);
            }
        }