WinterSync.ArchiveLister.IsMap C# (CSharp) Méthode

IsMap() static private méthode

static private IsMap ( string fileName ) : bool
fileName string
Résultat bool
        static bool IsMap(string fileName)
        {
            return fileName.ToLower().EndsWith(".smf");
        }