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

GetTarget() private méthode

private GetTarget ( DocumentType self ) : MutableString
self DocumentType
Résultat MutableString
        public static MutableString GetTarget(DocumentType/*!*/ self)
        {
            return self._data.Tag;
        }