unity copy list

Code Example - unity copy list

                
                        List <GameObject>master //with length 26
List<GameObject> temporary //with length 26 


List<GameObject> temporary = new List<GameObject>(master);