C# 클래스 TestSerializationClass, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dbl2 Double
dec2 Decimal
i16 System.Int16
i32 System.Int32
i64 System.Int64
strpub String

보호된 프로퍼티들

프로퍼티 타입 설명
strprot String

공개 메소드들

메소드 설명
GetMyPrivateString ( ) : String
GetMyProtectedString ( ) : String
GetMyPublicString ( ) : String
SetMyPrivateString ( String s ) : void

메소드 상세

GetMyPrivateString() 공개 메소드

public GetMyPrivateString ( ) : String
리턴 String

GetMyProtectedString() 공개 메소드

public GetMyProtectedString ( ) : String
리턴 String

GetMyPublicString() 공개 메소드

public GetMyPublicString ( ) : String
리턴 String

SetMyPrivateString() 공개 메소드

public SetMyPrivateString ( String s ) : void
s String
리턴 void

프로퍼티 상세

dbl2 공개적으로 프로퍼티

public Double dbl2
리턴 Double

dec2 공개적으로 프로퍼티

public Decimal dec2
리턴 Decimal

i16 공개적으로 프로퍼티

public Int16,System i16
리턴 System.Int16

i32 공개적으로 프로퍼티

public Int32,System i32
리턴 System.Int32

i64 공개적으로 프로퍼티

public Int64,System i64
리턴 System.Int64

strprot 보호되어 있는 프로퍼티

protected String strprot
리턴 String

strpub 공개적으로 프로퍼티

public String strpub
리턴 String