Axiom.Components.Paging.SimplePageContentCollection.UnPrepareImpl C# (CSharp) 메소드

UnPrepareImpl() 보호된 메소드

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