This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add MongoDB ObjectId
master
yangxiaodong
7 years ago
parent
730507d099
commit
af8c37cfed
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save