Click or drag to resize

CompilerOptionsAccessModifierContext Property

Returns the callback that determines the access modifier of a given context.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public AccessModifierContextOption AccessModifierContext { get; set; }

Return Value

Type: AccessModifierContextOption
callback returning an access modifier for a context
See Also