Method: Mkxms::Mssql::ClrFunctionHandler#handle_implementation_element
- Defined in:
- lib/mkxms/mssql/clr_function_handler.rb
#handle_implementation_element(parse) ⇒ Object
116 117 118 119 |
# File 'lib/mkxms/mssql/clr_function_handler.rb', line 116 def handle_implementation_element(parse) a = parse.node.attributes @function.clr_impl = ClrMethod.new(a['assembly'], a['class'], a['method']) end |