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

GetElementKey() 개인적인 메소드

private GetElementKey ( global element ) : object
element global
리턴 object
        protected override object GetElementKey(global::System.Configuration.ConfigurationElement element)
        {
            return ((global::Axiom.Framework.Configuration.RenderSystem)(element)).Name;
        }