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 8a99387 commit 4ce3df4Copy full SHA for 4ce3df4
README.md
@@ -131,10 +131,10 @@ public TypeReference productionType;
131
132
133
134
-You can exclude **(None)** so that no one can choose it from the dropdown.
+You can hide the **(None)** element so that no one can choose it from the dropdown.
135
136
```csharp
137
-[TypeOptions(ExcludeNone = true)]
+[TypeOptions(ShowNoneElement = false)]
138
public TypeReference greetingLogger;
139
```
140
0 commit comments