【发布时间】:2017-02-08 23:46:32
【问题描述】:
我有一个这样的对象数组:
object[] test = {
"Rock Parrot",
"Crimson Rosella",
"Regent Parrot",
"Superb Parrot",
"Red Lory",
"African Emerald Cuckoo",
1,2,3
};
我如何过滤这个数组并只得到一个字符串数组。
谢谢
【问题讨论】:
标签: c# arrays string collections