Show / Hide Table of Contents

Interface IFindTokens

The FindTokens interface.

Namespace: MESL.SqlRace.Domain.VirtualParameters
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IFindTokens

Methods

Find(Boolean, String)

Find Tokens

Declaration
string Find(bool reverse, string text)
Parameters
Type Name Description
System.Boolean reverse

Reverse or Forward Search.

System.String text

The text to search in.

Returns
Type Description
System.String

The System.String.

Back to top Generated by DocFX