Example 1: dynamic arrays in c# List list = new List (); list.Add("one"); list.Add("two"); list.Add("three"); string[] array = list.ToArray(); Example.
確定! 回上一頁