Parcourir la source

add MongoDB ObjectId

master
yangxiaodong il y a 7 ans
Parent
révision
af8c37cfed
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      src/DotNetCore.CAP/Infrastructure/ObjectId.cs

+ 2
- 1
src/DotNetCore.CAP/Infrastructure/ObjectId.cs Voir le fichier

@@ -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>


Chargement…
Annuler
Enregistrer