Elastacloud.AzureManagement.Fluent.Types.CscfgFile.CscfgFile C# (CSharp) Méthode

CscfgFile() private méthode

Used to generate ad-hoc instances of the .cscfg file
private CscfgFile ( System.Xml.Linq.XDocument doc ) : System.Collections.Generic
doc System.Xml.Linq.XDocument
Résultat System.Collections.Generic
        private CscfgFile(XDocument doc)
            : base(doc)
        {
        }

Same methods

CscfgFile::CscfgFile ( string name ) : System.Collections.Generic