[netcore] Remove local copy of static alc resolve methods
[mono-project.git] / docs / HtmlAgilityPack / MixedCodeDocumentFragmentType.cs
blob28ca5421f887fb0fcb95098051af54dd2070b0af
1 // HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com>
2 namespace HtmlAgilityPack
4 /// <summary>
5 /// Represents the type of fragment in a mixed code document.
6 /// </summary>
7 public enum MixedCodeDocumentFragmentType
9 /// <summary>
10 /// The fragment contains code.
11 /// </summary>
12 Code,
14 /// <summary>
15 /// The fragment contains text.
16 /// </summary>
17 Text,