'宣言 Public Shared Function Enumerate( _ ByVal operators As System.Collections.Generic.IList(Of OperatorBase), _ ByVal callbackMethod As System.Func(Of PdfOperatorPosition,OperatorBase,Boolean) _ ) As System.Boolean
public static System.bool Enumerate( System.Collections.Generic.IList<OperatorBase> operators, System.Func<PdfOperatorPosition,OperatorBase,bool> callbackMethod )
パラメータ
- operators
- 列挙する演算子のリスト。.
- callbackMethod
- コールバックメソッド。
戻り値の型
すべての演算子が列挙された場合は true 。コールバックメソッドが一部の演算子に対して false を返す場合は false。