public int GetTest(int idx, int[] arr) { DLinkedList dllist = new DLinkedList(arr); return(dllist.Get(idx)); }