AOUT.CH3.LogAn.FileExtensionManager.IsSupportedExtension C# (CSharp) Метод

IsSupportedExtension() публичный Метод

public IsSupportedExtension ( string fileName ) : bool
fileName string
Результат bool
        public bool IsSupportedExtension(string fileName)
        {
            //read some file here and determine if it is valid.
            throw new NotImplementedException();
        }
FileExtensionManager