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 [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
