Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class / AsReadOnly Method

In This Topic
    AsReadOnly Method (LogEntryList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function AsReadOnly() As System.Collections.ObjectModel.ReadOnlyCollection(Of T)
    public System.Collections.ObjectModel.ReadOnlyCollection<T> AsReadOnly()
    See Also