C# 클래스 NinjaCoder.MvvmCross.Extensions.FrameworkTypeExtensions

Defines the FrameworkTypeExtensions type.
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
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