C# Class Dev2.DataList.Contract.Value_Objects.Dev2TokenConverter

Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
ParseTokenForMatch ( string exp, IList canidateParts ) : IIntellisenseResult

Parses the token for match.

Method Details

ParseTokenForMatch() public method

Parses the token for match.
public ParseTokenForMatch ( string exp, IList canidateParts ) : IIntellisenseResult
exp string The exp.
canidateParts IList The canidate parts.
return IIntellisenseResult