System.Configuration.ElementInformation.ElementInformation C# (CSharp) Méthode

ElementInformation() private méthode

private ElementInformation ( ConfigurationElement thisElement ) : System
thisElement ConfigurationElement
Résultat System
        internal ElementInformation(ConfigurationElement thisElement) {
            _thisElement = thisElement;
        }