Click or drag to resize

BiDictionaryTFirst, TSecondItem Property (TSecond)

Gets or sets the value of first item.

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

Parameters

second
Type: TSecond

Property Value

Type: TFirst
See Also