Click or drag to resize
ReadOnlyPairTVal1, TVal2 Class
Simple class which represents a pair of values which can be of different types, and which is readonly.
Inheritance Hierarchy
SystemObject
  SD.Tools.Algorithmia.GeneralDataStructuresReadOnlyPairTVal1, TVal2
    SD.LLBLGen.Pro.ApplicationCore.EntityModelNormalRelationshipPair
    SD.LLBLGen.Pro.DBDriverCoreNormalDBRelationshipPair

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
[SerializableAttribute]
public class ReadOnlyPair<TVal1, TVal2>

Type Parameters

TVal1
The type of value 1.
TVal2
The type of value 2.

The ReadOnlyPairTVal1, TVal2 type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyValue1
Gets Value1.
Public propertyValue2
Gets Value2.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also