C# Class IronRuby.Runtime.RubyMethodAttribute

Inheritance: RubyAttribute
Show file Open project: jschementi/iron

Public Methods

Method Description
RubyMethodAttribute ( string name ) : System
RubyMethodAttribute ( string name, RubyMethodAttributes methodAttributes ) : System

Method Details

RubyMethodAttribute() public method

public RubyMethodAttribute ( string name ) : System
name string
return System

RubyMethodAttribute() public method

public RubyMethodAttribute ( string name, RubyMethodAttributes methodAttributes ) : System
name string
methodAttributes RubyMethodAttributes
return System