PartType C#
Sentence - fixed string value

String - user's custom value. Value that user can write for example: "Johnny Depp"

Enum - list of given values. Example:

Bool - possible input values: "true", "false", "1", "0"

Integer - Example of possible value: "21"

Float - Example of possible values: "15,15" ("15.15" will be incorrect, only comma symbol works)

Last updated