C# 클래스 System.Reflection.Tests.ClassWith3Constructors

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
intValue int
stringValue string

공개 메소드들

메소드 설명
ClassWith3Constructors ( ) : System.Collections.Generic
ClassWith3Constructors ( int intValue ) : System.Collections.Generic
ClassWith3Constructors ( int intValue, string stringValue ) : System.Collections.Generic
Method1 ( DateTime dt ) : string

메소드 상세

ClassWith3Constructors() 공개 메소드

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

ClassWith3Constructors() 공개 메소드

public ClassWith3Constructors ( int intValue ) : System.Collections.Generic
intValue int
리턴 System.Collections.Generic

ClassWith3Constructors() 공개 메소드

public ClassWith3Constructors ( int intValue, string stringValue ) : System.Collections.Generic
intValue int
stringValue string
리턴 System.Collections.Generic

Method1() 공개 메소드

public Method1 ( DateTime dt ) : string
dt DateTime
리턴 string

프로퍼티 상세

intValue 공개적으로 프로퍼티

public int intValue
리턴 int

stringValue 공개적으로 프로퍼티

public string stringValue
리턴 string