Changes between Version 2 and Version 3 of Use
- Timestamp:
- 11/22/10 20:32:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Use
v2 v3 17 17 18 18 {{{ 19 #!cobra 19 20 use Foo.Bar 20 21 # On .Net will look for namespace in Foo.Bar.dll if not already available … … 27 28 28 29 {{{ 30 #!cobra 29 31 use Foo.Bar from SomeLib 30 32 }}} … … 34 36 (for example, the filename has a space or punctuation mark in it). 35 37 {{{ 38 #!cobra 36 39 use Foo.Bar from "My Lib" 37 40 }}} … … 53 56 == Examples == 54 57 {{{ 58 #!cobra 55 59 use System.Windows.Forms 56 60 use System.Drawing