IntCollectionGetHighValue Method
Return the High Value of Items in the specified Collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static int GetHighValue(
IntCollection value
)
Public Shared Function GetHighValue (
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 search.
Int32
The high value found in the collection.