adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TokenSearchOptions Class / SearchForFunctionNames Field


In This Topic
    SearchForFunctionNames Field
    In This Topic
    List of InlineFunction names to search for
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly SearchForFunctionNames As List(Of String)
    [DataMember()]
    public readonly List<string> SearchForFunctionNames
    [DataMember()]
    public:
    readonly List<String^>^ SearchForFunctionNames
    Remarks
    If the list is empty, all Inline Function references will be returned.
    See Also