adTempus API
ArcanaDevelopment.adTempus.Client Namespace / TokenFindResult Class / Matches Field


In This Topic
    Matches Field
    In This Topic
    List of TokenFindMatch objects containing the token matches found.
    Syntax
    'Declaration
     
    
    Public ReadOnly Matches As ReadOnlyCollection(Of TokenFindMatch)
    public readonly ReadOnlyCollection<TokenFindMatch> Matches
    public:
    readonly ReadOnlyCollection<TokenFindMatch^>^ Matches
    See Also