PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Util Namespace / FastList Class / InnerList Property

In This Topic
    InnerList Property (FastList)
    In This Topic
    Gets the List used internally to store the elements of the current FastList.
    Syntax
    'Declaration
     
    Protected ReadOnly Property InnerList As List(Of Object)
    protected List<object> InnerList {get;}
    See Also