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

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

public IsSupportedExtension ( string fileName ) : bool
fileName string
Результат bool
        public bool IsSupportedExtension(string fileName)
        {
            return ShouldBeValid;
        }
Stub3ExtensionManager