C# 클래스 Derived, code

상속: Base
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Z ImmutableType3

공개 메소드들

메소드 설명
Create ( string path ) : Derived,
Derived ( )
Derived ( ImmutableType1 X, ImmutableType2 Y, ImmutableType3 Z, ImmutableType4 K )
MyNonVirtual ( ) : void
MyVirtual ( ) : void

비공개 메소드들

메소드 설명
Derived ( object o, string s )

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string path ) : Derived,
path string
리턴 Derived,

Derived() 공개 메소드

public Derived ( )

Derived() 공개 메소드

public Derived ( ImmutableType1 X, ImmutableType2 Y, ImmutableType3 Z, ImmutableType4 K )
X ImmutableType1
Y ImmutableType2
Z ImmutableType3
K ImmutableType4

MyNonVirtual() 공개 메소드

public MyNonVirtual ( ) : void
리턴 void

MyVirtual() 공개 메소드

public MyVirtual ( ) : void
리턴 void

프로퍼티 상세

Z 공개적으로 프로퍼티

public ImmutableType3 Z
리턴 ImmutableType3