[This is preliminary documentation and is subject to change.]
Represents a tuple of GDID and its symbolic representation (framework usualy uses an ELink as symbolic representation).
This struct is needed to pass GDID along with its ELink representation together.
Keep in mind that string poses a GC load, so this stuct is not suitable for beiing used as a pile cache key
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public struct GDIDSymbol : IEquatable<GDIDSymbol>
[SerializableAttribute]
public struct GDIDSymbol : IEquatable<GDIDSymbol>
<SerializableAttribute>
Public Structure GDIDSymbol
Implements IEquatable(Of GDIDSymbol)
<SerializableAttribute>
Public Structure GDIDSymbol
Implements IEquatable(Of GDIDSymbol)
[SerializableAttribute]
public value class GDIDSymbol : IEquatable<GDIDSymbol>
[SerializableAttribute]
public value class GDIDSymbol : IEquatable<GDIDSymbol>
[<SealedAttribute>]
[<SerializableAttribute>]
type GDIDSymbol =
struct
interface IEquatable<GDIDSymbol>
end
[<SealedAttribute>]
[<SerializableAttribute>]
type GDIDSymbol =
struct
interface IEquatable<GDIDSymbol>
end