C# 클래스 DynamicXml.DynamicExtensions

Static class with extensions methods for creating dynamic wrappers for XElement, XDocument and XAttribute
파일 보기 프로젝트 열기: SergeyTeplyakov/DynamicXml

공개 메소드들

메소드 설명
AsDynamic ( this element ) : dynamic

Helper method that creates dynamic wrapper around XElement

AsDynamicWriter ( this element ) : dynamic

Creates dynamic wrapper that could read and write underlying XElement

메소드 상세

AsDynamic() 공개 정적인 메소드

Helper method that creates dynamic wrapper around XElement
public static AsDynamic ( this element ) : dynamic
element this
리턴 dynamic

AsDynamicWriter() 공개 정적인 메소드

Creates dynamic wrapper that could read and write underlying XElement
public static AsDynamicWriter ( this element ) : dynamic
element this
리턴 dynamic