Spread WPF 18
GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / LastSource Property


In This Topic
    LastSource Property
    In This Topic
    Gets the last coressponding reference of this entry.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastSource As IReferenceSource
    'Usage
     
    Dim instance As SyntaxHighlightEntry
    Dim value As IReferenceSource
     
    value = instance.LastSource
    public IReferenceSource LastSource {get;}
    See Also