'Declaration Public Sub AddNamedItem( _ ByVal objectName As String, _ ByVal objectReference As Object _ )
public void AddNamedItem( string objectName, object objectReference )
Parameters
- objectName
- The name of the new object.
- objectReference
- The value of the new object.