[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ReadOnlyStructList-1.-ctor

ReadOnlyStructList Constructor

ReadOnlyStructList(StructList<T>)

Initializes a new instance of the ReadOnlyStructList<T> class from a given instance of StructList<T>.

Declaration
public ReadOnlyStructList(StructList<T> list)
Public Sub New(list As StructList(Of T))
Parameters
Type Name Description
StructList<T> list