'Declaration Public Sub Add( _ ByVal key As Integer, _ ByVal value() As InteractiveSort _ )
public void Add( int key, InteractiveSort[] value )
Parameters
- key
- The key of the element to add.
- value
- The value of the element to add. The value can be null for reference types.