Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / ProtoJaggedArray<T> Class / ProtoJaggedArray<T> Constructor / ProtoJaggedArray<T> Constructor(T[])

In This Topic
    ProtoJaggedArray<T> Constructor(T[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal array() As T _
    )
    public ProtoJaggedArray<T>( 
       T[] array
    )

    Parameters

    array
    See Also