System.Configuration.ElementInformation.ElementInformation C# (CSharp) Method

ElementInformation() private method

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