C# 클래스 System.Reflection.Tests.MemberInfoTests.SampleClass

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
PublicField int

Private Properties

프로퍼티 타입 설명
PrivateMethod void
SampleClass System.Collections.Generic

공개 메소드들

메소드 설명
PublicMethod ( ) : void
SampleClass ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
PrivateMethod ( ) : void
SampleClass ( int x ) : System.Collections.Generic

메소드 상세

PublicMethod() 공개 메소드

public PublicMethod ( ) : void
리턴 void

SampleClass() 공개 메소드

public SampleClass ( ) : System.Collections.Generic
리턴 System.Collections.Generic

프로퍼티 상세

PublicField 공개적으로 프로퍼티

public int PublicField
리턴 int