Commit af8c37cf authored by yangxiaodong's avatar yangxiaodong

add MongoDB ObjectId

parent 730507d0
......@@ -8,7 +8,8 @@ using System.Threading;
namespace DotNetCore.CAP
{
/// <summary>Represents an ObjectId
/// <summary>
/// Represents an ObjectId
/// </summary>
[Serializable]
public struct ObjectId : IComparable<ObjectId>, IEquatable<ObjectId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment