Axiom.Framework.Configuration.RenderSystemOptionElementCollection.Remove C# (CSharp) Method

Remove() private method

private Remove ( global option ) : void
option global
return void
        public void Remove(global::Axiom.Framework.Configuration.RenderSystemOption option)
        {
            base.BaseRemove(this.GetElementKey(option));
        }
        #endregion