Interface IAlgorithm

Interface IAlgorithm

名称: Aspose.Tasks.Util 合計: Aspose.Tasks.dll (25.4.0)

オブジェクトのリストに適用できるアルゴリズムを表す T'.

public interface IAlgorithm<in t="">

タイプパラメーター

T

用途インターフェイスを適用するオブジェクトの種類

Methods

Alg(T、Int)

リスト内のオブジェクトを処理します. Aspose.Tasks.Util.IAlgorithm と呼ばれます。1.PreAlg(0 システム.Int32)

void Alg(T el, int index)

Parameters

el T

処理対象

index int

オブジェクトの指数

PostAlg(T、Int)

オブジェクトの処理後に呼ばれる。

void PostAlg(T el, int index)

Parameters

el T

処理対象

index int

オブジェクトの指数

PreAlg(T、Int)

オブジェクトを処理する前に呼び出す。

void PreAlg(T el, int index)

Parameters

el T

処理対象

index int

オブジェクトの指数

 日本語