Axiom.Components.Paging.SimplePageContentCollection.LoadImpl C# (CSharp) Метод

LoadImpl() защищенный Метод

Finalising the load of the data.
protected LoadImpl ( ) : void
Результат void
        protected override void LoadImpl()
        {
            foreach (PageContent c in mContentList)
                c.Load();
        }