Add
args: ByVal key As IComparable, ByVal data As Object
key is object that implements IComparable interface
performance tip: change to use use int type (such as the hashcode)
Namespace: System.util.collectionsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public void Add( IComparable key, Object data ) |
| Visual Basic |
|---|
Public Sub Add ( _ key As IComparable, _ data As Object _ ) |
| Visual C++ |
|---|
public: void Add( IComparable^ key, Object^ data ) |