Method: IXMLDOMComment#firstChild

Defined in:
sample/xml.rb

#firstChildObject

IXMLDOMNode firstChild first child of the node



3199
3200
3201
3202
3203
# File 'sample/xml.rb', line 3199

def firstChild()
  ret = _getproperty(8, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end