IntCollectionSum Method
Return the sum of the caller's Int Collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static int Sum(
IntCollection value
)
Public Shared Function Sum (
value As IntCollection
) As Integer
No code example is currently available or this language may not be supported.
- value IntCollection
-
Reference to the collection to be summed.
Int32
The sum of all entries in the collection.