C# 클래스 Jwc.Experiment.ClassWithMembers

파일 보기 프로젝트 열기: jwChung/Experimentalism

공개 프로퍼티들

프로퍼티 타입 설명
OtherPublicField object
PublicField object
StaticField object

보호된 프로퍼티들

프로퍼티 타입 설명
ProtectedInternalField object
protectedField object

Private Properties

프로퍼티 타입 설명
ClassWithMembers System
ClassWithMembers System
ClassWithMembers System
InternalMethod void
InternalStaticMethod void
PrivateMethod void
PrivateStaticMethod void

공개 메소드들

메소드 설명
ClassWithMembers ( string arg1, int arg2 ) : System
PublicMethod ( ) : void
PublicStaticMethod ( ) : void

보호된 메소드들

메소드 설명
ClassWithMembers ( object arg ) : System
ClassWithMembers ( string arg ) : System
ProtectedInternalMethod ( ) : void
ProtectedInternalStaticMethod ( ) : void
ProtectedMethod ( ) : void
ProtectedStaticMethod ( ) : void

비공개 메소드들

메소드 설명
ClassWithMembers ( ) : System
ClassWithMembers ( double arg ) : System
ClassWithMembers ( int arg ) : System
InternalMethod ( ) : void
InternalStaticMethod ( ) : void
PrivateMethod ( ) : void
PrivateStaticMethod ( ) : void

메소드 상세

ClassWithMembers() 보호된 메소드

protected ClassWithMembers ( object arg ) : System
arg object
리턴 System

ClassWithMembers() 보호된 메소드

protected ClassWithMembers ( string arg ) : System
arg string
리턴 System

ClassWithMembers() 공개 메소드

public ClassWithMembers ( string arg1, int arg2 ) : System
arg1 string
arg2 int
리턴 System

ProtectedInternalMethod() 보호된 메소드

protected ProtectedInternalMethod ( ) : void
리턴 void

ProtectedInternalStaticMethod() 보호된 정적인 메소드

protected static ProtectedInternalStaticMethod ( ) : void
리턴 void

ProtectedMethod() 보호된 메소드

protected ProtectedMethod ( ) : void
리턴 void

ProtectedStaticMethod() 보호된 정적인 메소드

protected static ProtectedStaticMethod ( ) : void
리턴 void

PublicMethod() 공개 메소드

public PublicMethod ( ) : void
리턴 void

PublicStaticMethod() 공개 정적인 메소드

public static PublicStaticMethod ( ) : void
리턴 void

프로퍼티 상세

OtherPublicField 공개적으로 프로퍼티

public object OtherPublicField
리턴 object

ProtectedInternalField 보호되어 있는 프로퍼티

protected object ProtectedInternalField
리턴 object

PublicField 공개적으로 프로퍼티

public object PublicField
리턴 object

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

public static object StaticField
리턴 object

protectedField 보호되어 있는 프로퍼티

protected object protectedField
리턴 object