Axiom.Components.Paging.SimplePageContentCollection.UnPrepareImpl C# (CSharp) Method

UnPrepareImpl() protected method

Deallocate any background resources.
protected UnPrepareImpl ( ) : void
return void
        protected override void UnPrepareImpl()
        {
            foreach (PageContent c in mContentList)
                c.UnPrepare();
        }