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);
        }