Click or drag to resize

AccessModifierVariableOption Constructor

Initializes a new instance of the AccessModifierVariableOption class

Namespace:  com.espertech.esper.compiler.client.option
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public AccessModifierVariableOption(
	Object object,
	IntPtr method
)

Parameters

object
Type: SystemObject

[Missing <param name="object"/> documentation for "M:com.espertech.esper.compiler.client.option.AccessModifierVariableOption.#ctor(System.Object,System.IntPtr)"]

method
Type: SystemIntPtr

[Missing <param name="method"/> documentation for "M:com.espertech.esper.compiler.client.option.AccessModifierVariableOption.#ctor(System.Object,System.IntPtr)"]

See Also