C# 클래스 SimpleTypes, debugger

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
a byte
b sbyte
c short
d ushort
e uint
f int
g long
h ulong
i float
j double
k decimal

공개 메소드들

메소드 설명
Test ( ) : void

메소드 상세

Test() 공개 정적인 메소드

public static Test ( ) : void
리턴 void

프로퍼티 상세

a 공개적으로 정적으로 프로퍼티

public static byte a
리턴 byte

b 공개적으로 정적으로 프로퍼티

public static sbyte b
리턴 sbyte

c 공개적으로 정적으로 프로퍼티

public static short c
리턴 short

d 공개적으로 정적으로 프로퍼티

public static ushort d
리턴 ushort

e 공개적으로 정적으로 프로퍼티

public static uint e
리턴 uint

f 공개적으로 정적으로 프로퍼티

public static int f
리턴 int

g 공개적으로 정적으로 프로퍼티

public static long g
리턴 long

h 공개적으로 정적으로 프로퍼티

public static ulong h
리턴 ulong

i 공개적으로 정적으로 프로퍼티

public static float i
리턴 float

j 공개적으로 정적으로 프로퍼티

public static double j
리턴 double

k 공개적으로 정적으로 프로퍼티

public static decimal k
리턴 decimal