We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4665eb7 commit 9f82a9fCopy full SHA for 9f82a9f
UnitsNet/CustomCode/UnitSystem.cs
@@ -157,9 +157,8 @@ public UnitSystem() : this(DefaultCulture)
157
158
/// <summary>
159
/// Whether this instance is for the <see cref="FallbackCulture"/>.
160
- /// TODO Make this private.
161
/// </summary>
162
- public bool IsFallbackCulture => Culture.Equals(FallbackCulture);
+ private bool IsFallbackCulture => Culture.Equals(FallbackCulture);
163
164
165
/// Clear the cached singleton instances.
0 commit comments