IronRuby.Hpricot.DocumentType.Allocator C# (CSharp) Метод

Allocator() приватный Метод

private Allocator ( RubyClass self ) : DocumentType
self IronRuby.Builtins.RubyClass
Результат DocumentType
        public static DocumentType Allocator(RubyClass/*!*/ self)
        {
            return new DocumentType(self.Context);
        }