BitSharper.Threading.Runnable.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns the has code of the inner action.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return _action.GetHashCode();
        }