此方法用於搜索與指定謂詞定義的條件匹配的元素,並返回整個Array中的第一個匹配項。 用法: public static T Find (T[] array, Predicate<T> match);.
確定! 回上一頁