Method Verify
Verify()
Verifies the function is valid and all blocks properly terminated
Declaration
public void Verify()
Verify(out String)
Verifies the function without throwing an exception
Declaration
public bool Verify(out string errMsg)
Parameters
public void Verify()
Verifies the function without throwing an exception
public bool Verify(out string errMsg)
Parameters
String | errMsg | Error message if any, or Empty if no errors detected |
Returns
Boolean | true if no errors found |