IntCollectionSum Method

Return the sum of the caller's Int Collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static int Sum(
	IntCollection value
)

Parameters

value  IntCollection
Reference to the collection to be summed.

Return Value

Int32
The sum of all entries in the collection.

See Also