C# 클래스 Rolcore.Xml.Linq.ObjectExtensions

Extension methods for object.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
ToXElement ( this o ) : System.Xml.Linq.XElement

Returns an XElement representing the specified object.

메소드 상세

ToXElement() 공개 정적인 메소드

Returns an XElement representing the specified object.
public static ToXElement ( this o ) : System.Xml.Linq.XElement
o this Specifies the object to convert.
리턴 System.Xml.Linq.XElement