[This is preliminary documentation and is subject to change.]
Represents a value-type 2 GDIDs+3 char ISO code tuple, suitable for serving as a cache table key.
The point of this structure is to avoid creation of references for Pile cache so keys alone do not stall the GC.
The ISO code is case-insensitive
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public struct TwoGDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<TwoGDIDWithISOKey>
public struct TwoGDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<TwoGDIDWithISOKey>
Public Structure TwoGDIDWithISOKey
Implements IDistributedStableHashProvider, IEquatable(Of TwoGDIDWithISOKey)
Public Structure TwoGDIDWithISOKey
Implements IDistributedStableHashProvider, IEquatable(Of TwoGDIDWithISOKey)
public value class TwoGDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<TwoGDIDWithISOKey>
public value class TwoGDIDWithISOKey : IDistributedStableHashProvider,
IEquatable<TwoGDIDWithISOKey>
[<SealedAttribute>]
type TwoGDIDWithISOKey =
struct
interface IDistributedStableHashProvider
interface IEquatable<TwoGDIDWithISOKey>
end
[<SealedAttribute>]
type TwoGDIDWithISOKey =
struct
interface IDistributedStableHashProvider
interface IEquatable<TwoGDIDWithISOKey>
end