C# Class Calyptus.Mvc.MethodNode

Show file Open project: sebmarkbage/calyptus.mvc Class Usage Examples

Public Methods

Method Description
MethodNode ( MethodInfo method, ControllerNode children, string path, string verb ) : System

Method Details

MethodNode() public method

public MethodNode ( MethodInfo method, ControllerNode children, string path, string verb ) : System
method System.Reflection.MethodInfo
children ControllerNode
path string
verb string
return System