System.Configuration.ElementInformation.ElementInformation C# (CSharp) Метод

ElementInformation() приватный Метод

private ElementInformation ( ConfigurationElement thisElement ) : System
thisElement ConfigurationElement
Результат System
        internal ElementInformation(ConfigurationElement thisElement) {
            _thisElement = thisElement;
        }