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

AttrAccessor() private method

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

Same methods

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