Sitecore 5.0 API
ObjectList.Add Method
Adds the current instance.
[Visual Basic]
Public Sub Add( _
ByVal
key
As
String
, _
ByVal
value
As
Object
_
)
[C#]
public
void
Add(
string
key
,
object
value
);
Parameters
key
Key.
value
Value.
See Also
ObjectList Class
|
Sitecore.Configuration Namespace