[Ironruby-core] Calling SOAP services from IronRuby
Sanghyeon Seo
sanxiyn at gmail.com
Tue Apr 29 00:10:45 EDT 2008
2008/4/29 Philippe Monnet <ironruby at monnet-usa.com>:
> Is that right? Btw what is the 50,000 feet direction for dealing with
> generics?
Following code works *right now*. (Put it in a file and run with rbx.exe.)
require 'mscorlib'
include System::Collections::Generic
IntList = List.of(Fixnum)
a = IntList.new
a.add 1
puts a[0]
--
Seo Sanghyeon
More information about the Ironruby-core
mailing list