StringUtilitiesStringQueryTRes, TSize Delegate

CVB.Net Documentation
String query function.

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public delegate TRes StringQuery<TRes, TSize>(
	StringBuilder s,
	ref TSize size
)

Parameters

s
Type: System.TextStringBuilder
String builder passed to the query function.
size
Type: TSize
Size passed to the query function.

Type Parameters

TRes
Result type of the query function.
TSize
Size type used by the query function.

Return Value

Type: TRes
Return value.
See Also

Reference