ArrayUtility
.Add
public static void
Add
(ref T[]
array
, T
item
);
Description 描述
Appends
item
to the end of
array
.