Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Skight
eLiteWeb
Presentation
Web
FrontControllers
RoutingTableImpl
C# Class Skight.eLiteWeb.Presentation.Web.FrontControllers.RoutingTableImpl
Inheritance:
RoutingTable
Mostra file
Open project: SkightTeam/eLiteWeb
Public Methods
Method
Description
GetEnumerator
( ) :
IEnumerator
add
(
Command
route
) :
void
Private Methods
Method
Description
IEnumerable
( ) :
IEnumerator
Method Details
GetEnumerator()
public
method
public
GetEnumerator
( ) :
IEnumerator
return
IEnumerator
add()
public
method
public
add
(
Command
route
) :
void
route
Command
return
void