TypedVectorWrapper<K, T>.Item Property

Gets or sets the value at the specified key.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T this[
	K key
] { get; set; }

Parameters

key  K

Property Value

T

See Also