C# Class Castle.NVelocity.Ast.NVMethodNode

Inheritance: NVIdNode
Afficher le fichier Open project: jonorossi/cvsi Class Usage Examples

Méthodes publiques

Méthode Description
NVMethodNode ( string name ) : System.Collections.Generic
NVMethodNode ( string name, NVTypeNode returnType ) : System.Collections.Generic

Method Details

NVMethodNode() public méthode

public NVMethodNode ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

NVMethodNode() public méthode

public NVMethodNode ( string name, NVTypeNode returnType ) : System.Collections.Generic
name string
returnType NVTypeNode
Résultat System.Collections.Generic