Skip to content

P_Ekstrand_Collections_TwoKeyDictionaryEntry_Value

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

TwoKeyDictionaryEntry.Value Property

Gets or sets the value in the A-key, B-key/value triple.

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

Syntax

C#

public Object Value { get; set; }

VB

Public Property Value As Object
	Get
	Set

C++

public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

F#

member Value : Object with get, set

Property Value

Type: Object

See Also

Reference

TwoKeyDictionaryEntry Structure
Ekstrand.Collections Namespace

Clone this wiki locally