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 시스템.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

개체의 인덱스

 한국어