<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 19: Select Type Constructs using Type.Overloads[]</title><link href="https://sourceforge.net/p/pythonnet/patches/19/" rel="alternate"/><link href="https://sourceforge.net/p/pythonnet/patches/19/feed.atom" rel="self"/><id>https://sourceforge.net/p/pythonnet/patches/19/</id><updated>2011-01-10T05:38:36Z</updated><subtitle>Recent changes to 19: Select Type Constructs using Type.Overloads[]</subtitle><entry><title>Select Type Constructs using Type.Overloads[]</title><link href="https://sourceforge.net/p/pythonnet/patches/19/" rel="alternate"/><published>2011-01-10T05:38:36Z</published><updated>2011-01-10T05:38:36Z</updated><author><name>Barton Cline</name><uri>https://sourceforge.net/u/userid-1574108/</uri></author><id>https://sourceforge.netffd4889eb576d482f78cb832bd3f5186ae9a0de3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Implements the .Overloads[PyOrCsType, ...] syntax on class objects as described in the docs.  __overloads__[...] is a valid alias in the sort term, but deprecation is planned for the near future.  It works very much like MethodObject __overloads__ (which was also aliased as "Overloads" in an earlier update). These new names support the current state of IronPython.&lt;/p&gt;
&lt;p&gt;When used like a property .Overloads returns a __doc__-like string from its __repr__ method.&lt;br /&gt;
GetItem() returns a bound constructor that also has a pretty cool __repr__ method.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>