AOUT.CH3.LogAn.Tests.StubExtensionManager.IsSupportedExtension C# (CSharp) Method

IsSupportedExtension() public method

public IsSupportedExtension ( string fileName ) : bool
fileName string
return bool
        public bool IsSupportedExtension(string fileName)
        {
            return ShouldBeValid;
        }
StubExtensionManager