コード例 #1
0
#pragma warning disable 612, 618
        public static Base ToPoco(this IElementNavigator navigator, Type pocoType = null, PocoBuilderSettings settings = null) =>
        new PocoBuilder(settings).BuildFrom(navigator.ToSourceNode(), pocoType);
コード例 #2
0
#pragma warning disable 612, 618
        public static Base ToPoco(this IElementNavigator navigator, Type pocoType = null,
                                  PocoBuilderSettings settings = null) => navigator.ToSourceNode().ToPoco(pocoType, settings);