C# 클래스 Sextant.IOS.Runner.PageViewModelMock

A mock of a page view model.
상속: IPageViewModel
파일 보기 프로젝트 열기: reactiveui/Sextant

공개 메소드들

메소드 설명
PageViewModelMock ( string id = null ) : Sextant

Initializes a new instance of the PageViewModelMock class.

메소드 상세

PageViewModelMock() 공개 메소드

Initializes a new instance of the PageViewModelMock class.
public PageViewModelMock ( string id = null ) : Sextant
id string The id of the page.
리턴 Sextant