diff --git a/src/HtmlAgilityPack.Shared/HtmlNode.Encapsulator.cs b/src/HtmlAgilityPack.Shared/HtmlNode.Encapsulator.cs index aaa90909..32f8b641 100644 --- a/src/HtmlAgilityPack.Shared/HtmlNode.Encapsulator.cs +++ b/src/HtmlAgilityPack.Shared/HtmlNode.Encapsulator.cs @@ -3,7 +3,7 @@ // Forum & Issues: https://github.com/zzzprojects/html-agility-pack // License: https://github.com/zzzprojects/html-agility-pack/blob/master/LICENSE // More projects: http://www.zzzprojects.com/ -// Copyright © ZZZ Projects Inc. 2014 - 2017. All rights reserved. +// Copyright � ZZZ Projects Inc. 2014 - 2017. All rights reserved. #if !METRO && !NETSTANDARD1_3 @@ -24,13 +24,14 @@ public partial class HtmlNode /// Returns an object of type T including Encapsulated data. /// Why it's thrown. /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. + /// + /// + /// + /// + /// /// Why it's thrown. /// Why it's thrown. + /// public T GetEncapsulatedData() { return (T)GetEncapsulatedData(typeof(T), null); @@ -45,13 +46,14 @@ public T GetEncapsulatedData() /// Returns an object of type T including Encapsulated data. /// Why it's thrown. /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. + /// + /// + /// + /// + /// /// Why it's thrown. /// Why it's thrown. + /// public T GetEncapsulatedData(HtmlDocument htmlDocument) { return (T)GetEncapsulatedData(typeof(T), htmlDocument); @@ -67,13 +69,14 @@ public T GetEncapsulatedData(HtmlDocument htmlDocument) /// Returns an object of type targetType including Encapsulated data. /// Why it's thrown. /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. - /// Why it's thrown. + /// + /// + /// + /// + /// /// Why it's thrown. /// Why it's thrown. + /// public object GetEncapsulatedData(Type targetType, HtmlDocument htmlDocument = null) {