Click or drag to resize
FdfResultCollectionAddition Operator (FdfResultCollection, FdfResult)
The addition operator causes the first operand to be added to the second.

Namespace: FDF.Common.Runtime
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static FdfResultCollection operator +(
	FdfResultCollection r1,
	FdfResult r2
)

Parameters

r1
Type: FDF.Common.RuntimeFdfResultCollection
r2
Type: FDF.Common.RuntimeFdfResult

Return Value

Type: FdfResultCollection
Remarks