C# 클래스 DynamicXml.DynamicXAttribute

Dynamic wrapper around XAttribute
상속: System.Dynamic.DynamicObject
파일 보기 프로젝트 열기: SergeyTeplyakov/DynamicXml 1 사용 예제들

공개 메소드들

메소드 설명
CreateInstance ( System.Xml.Linq.XAttribute attribute ) : dynamic
TryConvert ( ConvertBinder binder, object &result ) : bool

비공개 메소드들

메소드 설명
DynamicXAttribute ( System.Xml.Linq.XAttribute attribute ) : System

메소드 상세

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( System.Xml.Linq.XAttribute attribute ) : dynamic
attribute System.Xml.Linq.XAttribute
리턴 dynamic

TryConvert() 공개 메소드

public TryConvert ( ConvertBinder binder, object &result ) : bool
binder System.Dynamic.ConvertBinder
result object
리턴 bool