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
MvvmCross
Droid
Shared
Attributes
MvxFragmentAttribute
C# Class MvvmCross.Droid.Shared.Attributes.MvxFragmentAttribute
Inheritance:
System.Attribute
Mostra file
Open project: MvvmCross/MvvmCross
Class Usage Examples
Public Methods
Method
Description
MvxFragmentAttribute
(
Type
parentActivityViewModelType
,
int
fragmentContentId
,
bool
addToBackStack
= false ) :
System
Method Details
MvxFragmentAttribute()
public
method
public
MvxFragmentAttribute
(
Type
parentActivityViewModelType
,
int
fragmentContentId
,
bool
addToBackStack
= false ) :
System
parentActivityViewModelType
System.Type
fragmentContentId
int
addToBackStack
bool
return
System