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

GetTarget() private method

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