The difference between the capitalization of each keyword in C#

1. Event and Event

name event Event
the difference keywords in c# A class of unity
describe The event keyword is used to declare events in the Publisher class. UnityGUI events.
Link c# documentation unitydocumentation

Two, string and String

name string String
the difference keywords in c# Types in c#
describe string is an alias for System.String in .NET.
Link c# documentation

Three, byte and Byte

name byte Byte
the difference keywords in c# Types in c#
describe The byte keyword is an alias for the System.Byte data type.
Link c# documentation

Guess you like

Origin blog.csdn.net/qq_39353597/article/details/123370156