Axiom.Framework.Configuration.RenderSystemElementCollection.CreateNewElement C# (CSharp) 메소드

CreateNewElement() 개인적인 메소드

private CreateNewElement ( ) : global::System.Configuration.ConfigurationElement
리턴 global::System.Configuration.ConfigurationElement
        protected override global::System.Configuration.ConfigurationElement CreateNewElement()
        {
            return new global::Axiom.Framework.Configuration.RenderSystem();
        }
        #endregion