C# 클래스 MonoDevelop.Projects.Formats.MSBuild.Section

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

공개 프로퍼티들

프로퍼티 타입 설명
Count int
Key string
Start int
Val string

공개 메소드들

메소드 설명
Section ( ) : System
Section ( string Key, string Val, int Start, int Count ) : System

메소드 상세

Section() 공개 메소드

public Section ( ) : System
리턴 System

Section() 공개 메소드

public Section ( string Key, string Val, int Start, int Count ) : System
Key string
Val string
Start int
Count int
리턴 System

프로퍼티 상세

Count 공개적으로 프로퍼티

public int Count
리턴 int

Key 공개적으로 프로퍼티

public string Key
리턴 string

Start 공개적으로 프로퍼티

public int Start
리턴 int

Val 공개적으로 프로퍼티

public string Val
리턴 string