[This is preliminary documentation and is subject to change.]
Represents a GDID with 8 byte string hash. The hash is case sensitive.
The point of this structure is to avoid creation of references for Pile cache so keys alone do not stall the GC.
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public struct GDIDWithStrHash : IDistributedStableHashProvider,
IEquatable<GDIDWithStrHash>
public struct GDIDWithStrHash : IDistributedStableHashProvider,
IEquatable<GDIDWithStrHash>
Public Structure GDIDWithStrHash
Implements IDistributedStableHashProvider, IEquatable(Of GDIDWithStrHash)
Public Structure GDIDWithStrHash
Implements IDistributedStableHashProvider, IEquatable(Of GDIDWithStrHash)
public value class GDIDWithStrHash : IDistributedStableHashProvider,
IEquatable<GDIDWithStrHash>
public value class GDIDWithStrHash : IDistributedStableHashProvider,
IEquatable<GDIDWithStrHash>
[<SealedAttribute>]
type GDIDWithStrHash =
struct
interface IDistributedStableHashProvider
interface IEquatable<GDIDWithStrHash>
end
[<SealedAttribute>]
type GDIDWithStrHash =
struct
interface IDistributedStableHashProvider
interface IEquatable<GDIDWithStrHash>
end