© 2026 Hedgehog Software, LLC
readonly struct Values{ float MyValue { get; } // .. constructor }
readonly struct Values{ readonly float MyValue; // .. constructor }