C# Class MethodDetail, simplexml

Afficher le fichier Open project: ngallagher/simplexml Class Usage Examples

Méthodes publiques

Свойство Type Description
content String
indent String
isAbstract bool
lineCount int
name String
type String

Méthodes publiques

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

Method Details

MethodDetail() public méthode

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
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

content public_oe property

public String content
Résultat String

indent public_oe property

public String indent
Résultat String

isAbstract public_oe property

public bool isAbstract
Résultat bool

lineCount public_oe property

public int lineCount
Résultat int

name public_oe property

public String name
Résultat String

type public_oe property

public String type
Résultat String