Axiom.Components.Paging.SimplePageContentCollectionFactory.DestroyInstance C# (CSharp) Method

DestroyInstance() public method

public DestroyInstance ( Axiom.Components.Paging.PageContentCollection &c ) : void
c Axiom.Components.Paging.PageContentCollection
return void
        public void DestroyInstance(ref PageContentCollection c)
        {
            c = null;
        }
    }
SimplePageContentCollectionFactory