Delegate CreateSummary<T>
Delegate for creating a summary item
Namespace: Stac.Collection
Assembly: DotNetStac.dll
Syntax
public delegate IStacSummaryItem CreateSummary<T>(IEnumerable<T> arg);
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | arg | The argument. |
Returns
Type | Description |
---|---|
IStacSummaryItem | The summary item |
Type Parameters
Name | Description |
---|---|
T | The type of the argument |