This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Diagnostics.CodeAnalysis; | |
using System.Reflection; | |
using System.Runtime.InteropServices; | |
namespace Uuid1 | |
{ | |
public unsafe struct Uuidv1 : IFormattable | |
{ | |
static Uuidv1() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Diagnostics; | |
using System.Runtime.CompilerServices; | |
using System.Runtime.InteropServices; | |
namespace Uuid1 | |
{ | |
public struct Uuidv1 : IFormattable | |
{ | |
static Uuidv1() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Runtime.CompilerServices; | |
using System.Runtime.InteropServices; | |
namespace Dodo.Types | |
{ | |
[StructLayout(LayoutKind.Sequential, Size = 16, CharSet = CharSet.Ansi, Pack = 1)] | |
public struct Uuidv1 | |
{ | |
static Uuidv1() |
NewerOlder