Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Serialization.ClassifyNameConvention

Summary

Specifies a naming convention for Classify to follow.

Enum values

4Use the underscore character (_) to delimit words.
1Capitalize each word, but lower-case the first letter.
2Use all lower-case.
0Capitalize each word and upper-case the first letter.
3Use all upper-case.