IronRuby.Hpricot.DocumentType.Allocator C# (CSharp) Method

Allocator() private method

private Allocator ( RubyClass self ) : DocumentType
self IronRuby.Builtins.RubyClass
return DocumentType
        public static DocumentType Allocator(RubyClass/*!*/ self)
        {
            return new DocumentType(self.Context);
        }