C# 클래스 Tests.Reflection.MemberExtensionTests.PropertiesAndFields

상속: PropertiesAndFieldsBase
파일 보기 프로젝트 열기: mikeobrien/Bender

공개 프로퍼티들

프로퍼티 타입 설명
PublicField string
PublicStaticField string

보호된 프로퍼티들

프로퍼티 타입 설명
ProtectedField string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PublicMethod ( ) : void
this ( int i ) : string

메소드 상세

PublicMethod() 공개 메소드

public PublicMethod ( ) : void
리턴 void

this() 공개 메소드

public this ( int i ) : string
i int
리턴 string

프로퍼티 상세

ProtectedField 보호되어 있는 프로퍼티

protected string ProtectedField
리턴 string

PublicField 공개적으로 프로퍼티

public string PublicField
리턴 string

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

public static string PublicStaticField
리턴 string