Browse Source

add MongoDB ObjectId

master
yangxiaodong 7 years ago
parent
commit
af8c37cfed
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/DotNetCore.CAP/Infrastructure/ObjectId.cs

+ 2
- 1
src/DotNetCore.CAP/Infrastructure/ObjectId.cs View File

@@ -8,7 +8,8 @@ using System.Threading;


namespace DotNetCore.CAP namespace DotNetCore.CAP
{ {
/// <summary>Represents an ObjectId
/// <summary>
/// Represents an ObjectId
/// </summary> /// </summary>
[Serializable] [Serializable]
public struct ObjectId : IComparable<ObjectId>, IEquatable<ObjectId> public struct ObjectId : IComparable<ObjectId>, IEquatable<ObjectId>


Loading…
Cancel
Save