VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / SelectedThumbnailImageIndexCollection Class / AddRange Methods / AddRange(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
AddRange(Int32,Int32) Method (SelectedThumbnailImageIndexCollection)
In This Topic
Adds the value of the specified collection to the end of the collection.
Syntax
'Declaration

Public Overloads Sub AddRange( _
ByVal min
The minimal value to be added to the end of the collection.
As System.Int32, _
ByVal max
The maximal value to be added to the end of the collection.
As System.Int32 _
)
public void AddRange(
System.Int32 min,
System.Int32 max
)

Parameters

min
The minimal value to be added to the end of the collection.
max
The maximal value to be added to the end of the collection.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also