Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1891-standardlibrary-generic-clinkedlistnode-clinkedlistnodevalue.md
T
2026-06-23 21:47:51 +08:00

269 B

Value (the Get method)

Returns the node value.

T Value();

Return Value

Returns the node value.

Value (the Set method)

Sets the node value

void Value(
   T  value     // Node value
   );

Parameters

value

[in] Node value.