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

LoadImpl() protected method

Finalising the load of the data.
protected LoadImpl ( ) : void
return void
        protected override void LoadImpl()
        {
            foreach (PageContent c in mContentList)
                c.Load();
        }