How can I refer to the CLR properties in IronRuby.
public class Customer {

public string FirstName { get;set; }

}

In Ruby:

@customer.FirstName = 's'

OR

@customer.firstname = 's'

-- 
Mohammad Azam
MVP (Microsoft Valuable Professional)
www.highoncoding.com
www.azamsharp.com
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to