Ejemplo n.º 1
0
        internal static string DebugString(IFuture _future)
        {
            DebugHash debugHash = new DebugHash();

            _future.AccumulateRobustHash(debugHash);
            return(debugHash.ToString());
        }
Ejemplo n.º 2
0
		internal static string DebugString(IFuture _future)
		{
			DebugHash debugHash = new DebugHash();
			_future.AccumulateRobustHash(debugHash);
			return debugHash.ToString();
		}