System.Configuration.ElementInformation.ElementInformation C# (CSharp) 메소드

ElementInformation() 개인적인 메소드

private ElementInformation ( ConfigurationElement thisElement ) : System
thisElement ConfigurationElement
리턴 System
        internal ElementInformation(ConfigurationElement thisElement) {
            _thisElement = thisElement;
        }