Click or drag to resize

BiDictionaryTFirst, TSecondItem Property (TFirst)

Gets or sets the value of second item.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public TSecond this[
	TFirst first
] { get; set; }
Request Example View Source

Parameters

first
Type: TFirst

Property Value

Type: TSecond
See Also