Skip to content

M_Ekstrand_Collections_Generic_TwoKeyValueTriple_3_ToString

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

TwoKeyValueTriple(TKeyA, TKeyB, TValue).ToString Method

Returns a string representation of the TwoKeyValueTriple<TKeyA, TKeyB, TValue>, using the string representations of the key and value.

Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public override string ToString()

VB

Public Overrides Function ToString As String

C++

public:
virtual String^ ToString() override

F#

abstract ToString : unit -> string 
override ToString : unit -> string 

Return Value

Type: String
A string representation of the TwoKeyValueTriple<TKeyA, TKeyB, TValue>, which includes the string representations of the key and value.

See Also

Reference

TwoKeyValueTriple(TKeyA, TKeyB, TValue) Structure
Ekstrand.Collections.Generic Namespace

Clone this wiki locally