Try our conversational search powered by Generative AI!

Class SerialiazableGuidEntry

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Represents a Xml serializable Guid,Guid dictionary entry.

Inheritance
System.Object
SerialiazableGuidEntry
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Enterprise.Internal
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7
Syntax
public class SerialiazableGuidEntry

Constructors

SerialiazableGuidEntry()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the SerialiazableGuidEntry class.

Declaration
public SerialiazableGuidEntry()

SerialiazableGuidEntry(Guid, Guid)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the SerialiazableGuidEntry class.

Declaration
public SerialiazableGuidEntry(Guid key, Guid value)
Parameters
Type Name Description
System.Guid key

The key.

System.Guid value

The value.

Fields

Key

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The key of the dictionary item

Declaration
public Guid Key
Field Value
Type Description
System.Guid

Value

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The value of the dictionary item

Declaration
public Guid Value
Field Value
Type Description
System.Guid

Extension Methods