Skip to content

Commit babf969

Browse files
committed
docs: Added the UseBuiltInNames option to README
1 parent 61a1954 commit babf969

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ You can make the field show just the type name without its namespace. For exampl
190190

191191
 
192192

193+
By default, the field shows built-in types by their keyword name instead of the full name (e.g. `int` instead of `System.Int32`). You can change this by setting the *UseBuiltInNames* option to false.
194+
195+
 
196+
193197
## Inherits Attribute
194198

195199
This attribute allows you to choose only from the classes that implement a certain interface or extend a class. It has all the arguments `TypeOptions` provides.

0 commit comments

Comments
 (0)