Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / ToArray<T> Method


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

    Type Parameters

    T
    See Also