ProcessingStandardProcessingFunction2TOut Delegate

CVB.Net Documentation
Delegate for generating the bound Lambda expressions that will help reduce code duplication.

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

public delegate int StandardProcessingFunction2<TOut>(
	out TOut valOut1,
	out TOut valOut2
)

Parameters

valOut1
Type: TOut
output value created by the processor
valOut2
Type: TOut
output value created by the processor

Type Parameters

TOut

[Missing <typeparam name="TOut"/> documentation for "T:Stemmer.Cvb.Runtime.InteropServices.Processing.StandardProcessingFunction2`1"]

Return Value

Type: Int32
true if processing succeeded, false others
See Also

Reference