Elastacloud.AzureManagement.Fluent.Types.CscfgFile.CscfgFile C# (CSharp) 메소드

CscfgFile() 개인적인 메소드

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

Same methods

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