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;
        }