IronRuby.Builtins.ModuleOps.AttrReader C# (CSharp) Method

AttrReader() private method

private AttrReader ( IronRuby.Runtime.RubyScope scope, RubyModule self ) : void
scope IronRuby.Runtime.RubyScope
self RubyModule
return void
        public static void AttrReader(RubyScope/*!*/ scope, RubyModule/*!*/ self, [DefaultProtocol, NotNullItems]params string/*!*/[]/*!*/ names) {
            foreach (string name in names) {
                DefineAccessor(scope, self, name, true, false);
            }
        }

Same methods

ModuleOps::AttrReader ( IronRuby.Runtime.RubyScope scope, RubyModule self, [ name ) : void