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

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

private SetTarget ( DocumentType self, MutableString target ) : void
self DocumentType
target MutableString
Результат void
        public static void SetTarget(DocumentType/*!*/ self, MutableString/*!*/ target)
        {
            self._data.Tag = target;
        }