Elastacloud.AzureManagement.Fluent.Types.CscfgFile.CscfgFile C# (CSharp) Method

CscfgFile() private method

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
return System.Collections.Generic
        private CscfgFile(XDocument doc)
            : base(doc)
        {
        }

Same methods

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