lastChild()
IXMLDOMNode lastChild first child of the node
# File ext/win32ole/sample/xml.rb, line 6321 def lastChild() ret = @dispatch._getproperty(9, [], []) @lastargs = WIN32OLE::ARGV ret end