Show / Hide Table of Contents

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

Extension Methods

StacAccessorsHelpers.ToStringByAttributes(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX