C# Class IronRuby.Builtins.TypeGroupOps

Exibir arquivo Open project: jschementi/iron

Private Methods

Method Description
ClrNew ( CallSiteStorage storage, BlockParam block, TypeGroup self ) : object
ClrNew ( CallSiteStorage storage, TypeGroup self ) : object
EachType ( RubyContext context, BlockParam block, TypeGroup self ) : object
GetClrConstructor ( RubyContext context, TypeGroup self ) : RubyMethod
GetName ( RubyContext context, TypeGroup self ) : MutableString
GetNonGenericClass ( RubyContext context, TypeGroup typeGroup ) : RubyClass
GetNonGenericType ( TypeGroup self ) : Type
GetSuperclass ( RubyContext context, TypeGroup self ) : RubyClass
Inspect ( RubyContext context, TypeGroup self ) : MutableString
New ( CallSiteStorage storage, BlockParam block, TypeGroup self ) : object
New ( CallSiteStorage storage, TypeGroup self ) : object
New ( string methodName, CallSiteStorage storage, BlockParam block, TypeGroup self ) : object
New ( string methodName, CallSiteStorage storage, TypeGroup self ) : object
Of ( RubyContext context, TypeGroup self ) : RubyModule
Of ( RubyContext context, TypeGroup self, int genericArity ) : RubyModule