C# Class BlogEngine.Core.Packaging.PagerItem

Page Item
Show file Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
PagerItem ( int pageNumber, bool current, string pkgType = "" ) : System.Collections.Generic

Constructor

Method Details

PagerItem() public method

Constructor
public PagerItem ( int pageNumber, bool current, string pkgType = "" ) : System.Collections.Generic
pageNumber int
current bool
pkgType string
return System.Collections.Generic