ComponentOne DataObjects for .NET
Add Method (PropertyCollection)

C1.Data.2 Assembly > C1.Data Namespace > PropertyCollection Class : Add Method
Syntax
'Declaration
 
Public Overridable Sub Add( _
   ByVal key As System.Object, _
   ByVal value As System.Object _
) 
public virtual void Add( 
   System.object key,
   System.object value
)

Parameters

key
value
See Also

Reference

PropertyCollection Class
PropertyCollection Members