Пример #1
0
        public object Clone()
        {
            NSArray clone = NSArray.ArrayWithArray(this);

            return(clone);
        }