C# Class PhotoSharingApp.Universal.Extensions.CategoryPreviewExtensions

Provides extension methods for the CategoryPreview class.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
ToCategory ( this categoryPreview ) : Category

Converts from CategoryPreview to Category.

Method Details

ToCategory() public static méthode

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