'宣言 Public Function Find( _ ByVal match As System.Predicate(Of CodeRange) _ ) As CodeRange
'使用法 Dim instance As CodeRanges Dim match As System.Predicate(Of CodeRange) Dim value As CodeRange value = instance.Find(match)
public CodeRange Find( System.Predicate<CodeRange> match )
パラメータ
- match