1 // HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com>
2 namespace HtmlAgilityPack
5 /// Represents the type of fragment in a mixed code document.
7 public enum MixedCodeDocumentFragmentType
10 /// The fragment contains code.
15 /// The fragment contains text.