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
{
/// <summary>Represents an ObjectId
/// <summary>
/// Represents an ObjectId
/// </summary>
[Serializable]
public struct ObjectId : IComparable<ObjectId>, IEquatable<ObjectId>


Loading…
Cancel
Save