ArrayDictionary4<K, V>.

Add(K, V) Method

Syntax

public void Add(K key, V value)

Parameters

Name Type Description
key K
value V

Return Value

Type Description
void