how to access first child of parent unity

C#
 Transform firstChild = GameObject.Find("obj1").transform.GetChild(0);

Source

Also in C#: