-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Read-only properties are defined with expression-bodied (lambda) syntax such as:
public string Data => "Hello from the default";XML:
<expr_stmt><expr><specifier>public</specifier> <name>string</name> <lambda><parameter_list type="pseudo"><parameter><decl><name>Data</name></decl></parameter></parameter_list> =><block type="pseudo"><block_content> <expr><literal type="string">"Hello from the default"</literal></expr></block_content></block></lambda></expr>;</expr_stmt></unit>And are used to declare implicit read-only fields. Stereocode does not collect these as they are tagged with <expr_stmt>. Stereocode currently only collects properties with the <property> tag (e.g., auto-properties or regular properties).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request