C# Class MethodDetail, simplexml

ファイルを表示 Open project: ngallagher/simplexml Class Usage Examples

Public Properties

Property Type Description
content String
indent String
isAbstract bool
lineCount int
name String
type String

Public Methods

Method Description
MethodDetail ( String name, String type, String indent, String content, int lineCount, bool isAbstract ) : System.Collections.Generic
ToString ( ) : String

Method Details

MethodDetail() public method

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
return System.Collections.Generic

ToString() public method

public ToString ( ) : String
return String

Property Details

content public_oe property

public String content
return String

indent public_oe property

public String indent
return String

isAbstract public_oe property

public bool isAbstract
return bool

lineCount public_oe property

public int lineCount
return int

name public_oe property

public String name
return String

type public_oe property

public String type
return String