C# Class BeerConf.Web.Application.CollectionItemHtmlHelperExtensions.CollectionItemScope

Inheritance: IDisposable
Show file Open project: hazzik/beerconf-website

Public Methods

Method Description
CollectionItemScope ( System.Web.Mvc.TemplateInfo templateInfo, object index ) : System
Dispose ( ) : void

Method Details

CollectionItemScope() public method

public CollectionItemScope ( System.Web.Mvc.TemplateInfo templateInfo, object index ) : System
templateInfo System.Web.Mvc.TemplateInfo
index object
return System

Dispose() public method

public Dispose ( ) : void
return void