Method | Description | |
---|---|---|
Process ( ICollection source, object args ) : object |
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. /// |
return | object |