[Zope-CVS] CVS: PythonNet - README.txt:1.7

Brian Lloyd brian at zope.com
Tue Sep 30 20:43:42 EDT 2003


Update of /cvs-repository/PythonNet
In directory cvs.zope.org:/tmp/cvs-serv18508

Modified Files:
	README.txt 
Log Message:
add new demo, nunit files

=== PythonNet/README.txt 1.6 => 1.7 ===
--- PythonNet/README.txt:1.6	Fri Aug  8 23:54:15 2003
+++ PythonNet/README.txt	Tue Sep 30 20:43:11 2003
@@ -313,6 +313,16 @@
           items[0, 2, 3]
 
 
+    **Using Collections**
+
+      Managed arrays and managed objects that implement the IEnumerable interface 
+      can be iterated using the standard Python idiom::
+
+          domain = System.AppDomain.CurrentDomain
+
+          for item in domain.GetAssemblies():
+              name = item.GetName()
+
 
     **Using COM Components**
 




More information about the Zope-CVS mailing list