C# Class NinjaCoder.MvvmCross.Extensions.FrameworkTypeExtensions

Defines the FrameworkTypeExtensions type.
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
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].

Method Details

IsMvvmCrossSolutionType() public static method

Determines whether [is MVVM cross solution type] [the specified instance].
public static IsMvvmCrossSolutionType ( this instance ) : bool
instance this The instance.
return bool

IsXamarinFormsSolutionType() public static method

Determines whether [is xamarin forms solution type] [the specified instance].
public static IsXamarinFormsSolutionType ( this instance ) : bool
instance this The instance.
return bool