C# 클래스 PhotoSharingApp.Universal.Extensions.CategoryPreviewExtensions

Provides extension methods for the CategoryPreview class.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
ToCategory ( this categoryPreview ) : Category

Converts from CategoryPreview to Category.

메소드 상세

ToCategory() 공개 정적인 메소드

Converts from CategoryPreview to Category.
public static ToCategory ( this categoryPreview ) : Category
categoryPreview this The category preview object.
리턴 PhotoSharingApp.Universal.Models.Category