用程式化思考讓你變超人。
http://stackoverflow.com/questions/1014005/how-to-populate-instantiate-a-c-sharp-array-with-a-single-value public static void Populate(this T[] arr, T value ) { for ( int i = 0; i < arr.Length;i++ ) { arr[i] = value; } }
張貼留言
沒有留言:
張貼留言