Version

DefaultSummaryResult Constructor

Constructs a DefaultSummaryResult.
Syntax
public DefaultSummaryResult( 
   string propertyName,
   SummaryOperand operand,
   object value
)

Parameters

propertyName
The property name associated to the summary.
operand
The type of summary.
value
The summary value.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also