System.IO.FileStream.CheckFileCall C# (CSharp) Метод

CheckFileCall() приватный Метод

private CheckFileCall ( int result, bool ignoreNotSupported = false ) : int
result int
ignoreNotSupported bool
Результат int
        private int CheckFileCall(int result, bool ignoreNotSupported = false)
        {
            CheckFileCall((long)result, ignoreNotSupported);

            return result;
        }

Same methods

FileStream::CheckFileCall ( long result, bool ignoreNotSupported = false ) : long