PropertyAccessor


Description:

public PropertyAccessor (bool readable, bool writable, bool construction, DataType? value_type, Block? body, SourceReference? source_reference = null, Comment? comment = null)

Creates a new property accessor.

Parameters:

readable

true if get accessor, false otherwise

writable

true if set accessor, false otherwise

construction

true if construct accessor, false otherwise

body

accessor body

source_reference

reference to source code

Returns:

newly created property accessor