C# 클래스 Spring.Expressions.Processors.ReverseProcessor

Reverts order of elements in the list
상속: ICollectionProcessor
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
Process ( ICollection source, object args ) : object

Processes a list of source items and returns a result.

메소드 상세

Process() 공개 메소드

Processes a list of source items and returns a result.
public Process ( ICollection source, object args ) : object
source ICollection /// The source list to process. ///
args object /// An optional processor arguments array. ///
리턴 object