copy a list in c# unity

C#
List<GameObject> temporary = new List<GameObject>(master);
Source

Also in C#: