Removes the first occurrence of a specific object from the
List.
パラメータ
- item
- The object to remove from the List. The value can be null 参照 (Visual Basicでは Nothing) for reference types.
戻り値の型
true if is successfully removed; otherwise,
false. This method also returns
false if was not found in the
List.