'Declaration
<__DynamicallyInvokableAttribute()> Public Function GetRange( _ ByVal index As System.Integer, _ ByVal count As System.Integer _ ) As System.Collections.Generic.List(Of Element)
'Usage
Dim instance As ElementCollection Dim index As System.Integer Dim count As System.Integer Dim value As System.Collections.Generic.List(Of Element) value = instance.GetRange(index, count)
Parameters
- index
- count