C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / ToArray<T> Method


In This Topic
ToArray<T> Method (GridBase)
In This Topic
Syntax
'Declaration
 
Public Function ToArray(Of T)() As T()
 
'Usage
 
Dim instance As GridBase
Dim value() As T
 
value = instance.ToArray(Of T)()

Type Parameters

T
See Also