Share via


DocNode.AOTsetSource Method

Sets the source code for the node.

Syntax

public void AOTsetSource(str source, [boolean isStatic])

Run On

Called

Parameters

  • source
    Type: str
    The source code to assign to the node.
  • isStatic
    Type: boolean
    A Boolean value that indicates whether the method is static.

See Also

Reference

DocNode Class