Click or drag to resize

CompilerPathAddAll Method

[Missing <summary> documentation for "M:com.espertech.esper.compiler.client.CompilerPath.AddAll(System.Collections.Generic.ICollection`1)"]

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public CompilerPath AddAll(
	ICollection compiledColl
)

Parameters

compiledColl
Type: System.Collections.GenericICollectionT

[Missing <param name="compiledColl"/> documentation for "M:com.espertech.esper.compiler.client.CompilerPath.AddAll(System.Collections.Generic.ICollection`1)"]

Return Value

Type: CompilerPath

[Missing <returns> documentation for "M:com.espertech.esper.compiler.client.CompilerPath.AddAll(System.Collections.Generic.ICollection`1)"]

See Also