Thank you, Ivan. I (obviously) hadn't encountered reference params from the
Ironpython side before.It all makes perfect sense, now.
Don
___
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-use
Don
___
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users
> Hi! I'm having trouble understanding some weird behavior when trying to use
> an object defined in a third-party assembly.
> When I view the assembly in Object Explorer, I see that the CosEvent class
> defines two constructors.
> One parameterless:
>
> public CosEvent()
> Member of Cos.C
RTFM
http://ironpython.net/documentation/dotnet/dotnet.html#ref-and-out-parameters .
-Original Message-
From: Don Arnold
Sent: Wednesday, April 30, 2014 0:39
To: ironpython-users@python.org
Cc:
Subject: [Ironpython-users] issue creating object from third-party assembly
Hi! I'm h
Hi! I'm having trouble understanding some weird behavior when trying to use an
object defined in a third-party assembly.
When I view the assembly in Object Explorer, I see that the CosEvent class
defines two constructors.
One parameterless:
public CosEvent()
Member of Cos.Core.EMS.CosEven