Prints the given property list object to the specified output stream object.
Syntax
list( properties , printstream )
properties.list( printstream )
Parameters
properties
|
properties object to print.
|
printstream
|
print stream object to output to.
|
Returns
Example
proplist.list( )
|