C# Class MethodDetail, simplexml

Show file 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 property

public String content
return String

indent public property

public String indent
return String

isAbstract public property

public bool isAbstract
return bool

lineCount public property

public int lineCount
return int

name public property

public String name
return String

type public property

public String type
return String