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

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

공개 프로퍼티들

프로퍼티 타입 설명
PublicField string

보호된 프로퍼티들

프로퍼티 타입 설명
ProtectedField string
ProtectedInternalField string

Private Properties

프로퍼티 타입 설명

프로퍼티 상세

ProtectedField 보호되어 있는 프로퍼티

protected string ProtectedField
리턴 string

ProtectedInternalField 보호되어 있는 프로퍼티

protected string ProtectedInternalField
리턴 string

PublicField 공개적으로 프로퍼티

public string PublicField
리턴 string