C# Class Castle.NVelocity.Ast.NVMethodNode

Inheritance: NVIdNode
Show file Open project: jonorossi/cvsi Class Usage Examples

Public Methods

Method Description
NVMethodNode ( string name ) : System.Collections.Generic
NVMethodNode ( string name, NVTypeNode returnType ) : System.Collections.Generic

Method Details

NVMethodNode() public method

public NVMethodNode ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

NVMethodNode() public method

public NVMethodNode ( string name, NVTypeNode returnType ) : System.Collections.Generic
name string
returnType NVTypeNode
return System.Collections.Generic