C# Class Simplify.Web.Routing.PathItem

Provides path items base class
Exibir arquivo Open project: i4004/Simplify.Web

Protected Methods

Method Description
PathItem ( string name )

Initializes a new instance of the PathItem class.

Method Details

PathItem() protected method

Initializes a new instance of the PathItem class.
protected PathItem ( string name )
name string The name of path item.