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.IAlgorithm1.PreAlg(
0,System.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
对象的指数。