Method


Description:

public Method (string? name, DataType return_type, SourceReference? source_reference = null, Comment? comment = null)

Creates a new method.

Parameters:

name

method name

return_type

method return type

source_reference

reference to source code

Returns:

newly created method