C# 클래스 System.Xml.Serialization.XmlAttributeAttribute

상속: Attribute
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
XmlAttributeAttribute ( ) : System
XmlAttributeAttribute ( Type type ) : System
XmlAttributeAttribute ( string attributeName ) : System
XmlAttributeAttribute ( string attributeName, Type type ) : System

메소드 상세

XmlAttributeAttribute() 공개 메소드

public XmlAttributeAttribute ( ) : System
리턴 System

XmlAttributeAttribute() 공개 메소드

public XmlAttributeAttribute ( Type type ) : System
type Type
리턴 System

XmlAttributeAttribute() 공개 메소드

public XmlAttributeAttribute ( string attributeName ) : System
attributeName string
리턴 System

XmlAttributeAttribute() 공개 메소드

public XmlAttributeAttribute ( string attributeName, Type type ) : System
attributeName string
type Type
리턴 System