IronRuby.Hpricot.DocumentType.SetTarget C# (CSharp) Méthode

SetTarget() private méthode

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