ArrayUtility
.Remove
public static void
Remove
(ref T[]
array
, T
item
);
Description 描述
Removes
item
from
array
.