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

GetAdHocInstance() 공개 정적인 메소드

Used to get an ad-hoc reference to the .cscfg file to parse out the settings
public static GetAdHocInstance ( System.Xml.Linq.XDocument doc ) : CscfgFile
doc System.Xml.Linq.XDocument
리턴 CscfgFile
        public static CscfgFile GetAdHocInstance(XDocument doc)
        {
            return new CscfgFile(doc);
        }