Click to expand
Sandcastle XML Comments Guide

SampleClass SumValues Method (IEnumerable Int32 )

This is used to sum an enumerable list of values

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public int SumValues(
	IEnumerable<int> values
)

Parameters

values
Type: System.Collections.Generic IEnumerable Int32 
The values to sum

Return Value

Type: Int32
The sum of the values
See Also

Reference

Other Resources