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

SetTarget() private method

private SetTarget ( DocumentType self, MutableString target ) : void
self DocumentType
target MutableString
return void
        public static void SetTarget(DocumentType/*!*/ self, MutableString/*!*/ target)
        {
            self._data.Tag = target;
        }