C# Класс NinjaCoder.MvvmCross.Extensions.FrameworkTypeExtensions

Defines the FrameworkTypeExtensions type.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsMvvmCrossSolutionType ( this instance ) : bool

Determines whether [is MVVM cross solution type] [the specified instance].

IsXamarinFormsSolutionType ( this instance ) : bool

Determines whether [is xamarin forms solution type] [the specified instance].

Описание методов

IsMvvmCrossSolutionType() публичный статический Метод

Determines whether [is MVVM cross solution type] [the specified instance].
public static IsMvvmCrossSolutionType ( this instance ) : bool
instance this The instance.
Результат bool

IsXamarinFormsSolutionType() публичный статический Метод

Determines whether [is xamarin forms solution type] [the specified instance].
public static IsXamarinFormsSolutionType ( this instance ) : bool
instance this The instance.
Результат bool