Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Extensions Class / ToArray<T> Method

In This Topic
    ToArray<T> Method (Extensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ToArray(Of T)( _
       ByVal protoArray As ProtoArray(Of T) _
    ) As Array
    public static Array ToArray<T>( 
       ProtoArray<T> protoArray
    )

    Parameters

    protoArray

    Type Parameters

    T
    See Also