예제 #1
0
        internal static string DebugString(IFuture _future)
        {
            DebugHash debugHash = new DebugHash();

            _future.AccumulateRobustHash(debugHash);
            return(debugHash.ToString());
        }
예제 #2
0
		internal static string DebugString(IFuture _future)
		{
			DebugHash debugHash = new DebugHash();
			_future.AccumulateRobustHash(debugHash);
			return debugHash.ToString();
		}