ArchiMetrics.CodeReview.Rules.Trivia.CommentLanguageRuleBase.RemoveXml C# (CSharp) Method

RemoveXml() private method

private RemoveXml ( string input ) : string
input string
return string
		private string RemoveXml(string input)
		{
			return XmlRegex.Replace(input, string.Empty);
		}
	}