C# 클래스 MethodDetail, simplexml

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

공개 프로퍼티들

프로퍼티 타입 설명
content String
indent String
isAbstract bool
lineCount int
name String
type String

공개 메소드들

메소드 설명
MethodDetail ( String name, String type, String indent, String content, int lineCount, bool isAbstract ) : System.Collections.Generic
ToString ( ) : String

메소드 상세

MethodDetail() 공개 메소드

public MethodDetail ( String name, String type, String indent, String content, int lineCount, bool isAbstract ) : System.Collections.Generic
name String
type String
indent String
content String
lineCount int
isAbstract bool
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

content 공개적으로 프로퍼티

public String content
리턴 String

indent 공개적으로 프로퍼티

public String indent
리턴 String

isAbstract 공개적으로 프로퍼티

public bool isAbstract
리턴 bool

lineCount 공개적으로 프로퍼티

public int lineCount
리턴 int

name 공개적으로 프로퍼티

public String name
리턴 String

type 공개적으로 프로퍼티

public String type
리턴 String