PerlSharp : Perl Namespace
WarnHandler

This type represents the signature of methods that can be used as the WarnHandler of Interpreter objects.

public delegate void WarnHandler (string message)

Parameters
message
The message generated from Perl code.
Remarks
See Interpreter.WarnHandler.