UniqueId Constructor
Creates a new instance of this class.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | UniqueId() | Creates a new instance of this class with a new, unique Guid. |
![]() | UniqueId(array<Byte>^) | Creates a new instance of this class using a byte array that represents a Guid. |
![]() | UniqueId(array<Byte>^, Int32) | Creates a new instance of this class starting from an offset within a byte array that represents a Guid. |
![]() | UniqueId(array<Char>^, Int32, Int32) | Creates a new instance of this class starting from an offset within a char using a specified number of entries. |
![]() | UniqueId(Guid) | Creates a new instance of this class using a Guid. |
![]() | UniqueId(String^) | Creates a new instance of this class using a string. |
