수색…


내장 유형 테이블

다음 표는 시스템 네임 스페이스에서 미리 정의 된 형식의 별칭 인 기본 제공 C# 형식의 키워드를 보여줍니다.

C # 유형 .NET Framework 유형
불량배 System.Boolean
바이트 System.Byte
스 비테 System.SByte
System.Char
소수 System.Decimal
더블 System.Double
흙손 System.Single
int System.Int32
uint System.UInt32
System.Int64
ulong System.UInt64
목적 System.Object
짧은 System.Int16
우승자 System.UInt16
System.String

C# 유형 키워드와 해당 별칭은 서로 바꿔서 사용할 수 있습니다. 예를 들어, 다음 선언 중 하나를 사용하여 정수 변수를 선언 할 수 있습니다.

int number = 123;
System.Int32 number = 123;


Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow