KeyValuePair<T,U>
Overview
KeyValuePair returned from dictionary iteration.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor (declared in Object)
constructor
KeyValuePair<T,U>()
init()
KeyValuePair<T,U>()
Sub New()
constructor (T, U)
constructor(aKey: T; aValue: U)
KeyValuePair<T,U>(T aKey, U aValue)
init(_ aKey: T, _ aValue: U)
KeyValuePair<T,U>(T aKey, U aValue)
Sub New(aKey As T, aValue As U)
Parameters:
- aKey:
- aValue:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Key
Returns the Key in the KVP.
property Key: T read;
T Key { get; }
var Key: T { get{} }
T Key { __get; }
ReadOnly Property Key() As T
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ToString override virtual
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
Value
Returns the Value in the KVP.
property Value: U read;
U Value { get; }
var Value: U { get{} }
U Value { __get; }
ReadOnly Property Value() As U
Key
Returns the Key in the KVP.
property Key: T read;
T Key { get; }
var Key: T { get{} }
T Key { __get; }
ReadOnly Property Key() As T
Value
Returns the Value in the KVP.
property Value: U read;
U Value { get; }
var Value: U { get{} }
U Value { __get; }
ReadOnly Property Value() As U
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor (declared in Object)
constructor
KeyValuePair<T,U>()
init()
KeyValuePair<T,U>()
Sub New()
constructor (T, U)
constructor(aKey: T; aValue: U)
KeyValuePair<T,U>(T aKey, U aValue)
init(_ aKey: T, _ aValue: U)
KeyValuePair<T,U>(T aKey, U aValue)
Sub New(aKey As T, aValue As U)
Parameters:
- aKey:
- aValue:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString override virtual
Gets the string representation of this method.