Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes.Serialization Namespace / SerializerLog Class / Item Property

In This Topic
    Item Property (SerializerLog)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As SerializerLogItem
    public SerializerLogItem this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also