Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
LearnLanguages
Navigation
NavigationSet
C# Class LearnLanguages.Navigation.NavigationSet
Inheritance:
INavigationSet
ファイルを表示
Open project: ibgib/LearnLanguages
Class Usage Examples
Public Methods
Method
Description
NavigationSet
( ) :
System.Collections.Generic
RegisterPage
(
IPage
page
) :
void
UnregisterPage
(
IPage
page
) :
void
Method Details
NavigationSet()
public
method
public
NavigationSet
( ) :
System.Collections.Generic
return
System.Collections.Generic
RegisterPage()
public
method
public
RegisterPage
(
IPage
page
) :
void
page
IPage
return
void
UnregisterPage()
public
method
public
UnregisterPage
(
IPage
page
) :
void
page
IPage
return
void