[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.AsReadOnly

AsReadOnly Method

AsReadOnly()

Returns a read-only ReadOnlyStructList<T> wrapper for the current StructList<T>.

Declaration
public ReadOnlyStructList<T> AsReadOnly()
Public Function AsReadOnly() As ReadOnlyStructList(Of T)
Returns
Type Description
ReadOnlyStructList<T>

A ReadOnlyStructList<T> that acts as a read-only wrapper around the current StructList<T>.