AuScGen.TelerikPlugin.GlobalGuiCollection.LogCheckForCollection C# (CSharp) Метод

LogCheckForCollection() приватный статический Метод

private static LogCheckForCollection ( string fileName ) : void
fileName string
Результат void
        private static void LogCheckForCollection(string fileName)
            {
            Logger.Debug(string.Concat("There is no existing ", fileName, " Object Collection"));
            Logger.Debug(string.Concat("Creating a new instance for ", fileName, " Object Collection"));
        }