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 6c041ac commit 03a2441Copy full SHA for 03a2441
README.md
@@ -278,20 +278,14 @@ public string[] collection = {"hello", "world"};
278
279
#### Unit
280
281
-
+
282
283
```csharp
284
-[Unit("My custom Unit")]
285
-public float freeTextUnit;
286
-
287
[Unit(UnitAttribute.Meter)]
288
public float lengthInMeters;
289
290
-[Unit(UnitAttribute.Centimeter)]
291
-public float lengthInCentimeters;
292
293
-[Unit(UnitAttribute.Millimeter)]
294
-public float lengthInMillimeters;
+[Unit("My custom Unit")]
+public float freeTextUnit;
295
```
296
297
### Styling
0 commit comments