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

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

공개 메소드들

메소드 설명
Add ( Type type, XmlAttributes attributes ) : void
Add ( Type type, string member, XmlAttributes attributes ) : void
this ( Type type ) : XmlAttributes
this ( Type type, string member ) : XmlAttributes

메소드 상세

Add() 공개 메소드

public Add ( Type type, XmlAttributes attributes ) : void
type Type
attributes XmlAttributes
리턴 void

Add() 공개 메소드

public Add ( Type type, string member, XmlAttributes attributes ) : void
type Type
member string
attributes XmlAttributes
리턴 void

this() 공개 메소드

public this ( Type type ) : XmlAttributes
type Type
리턴 XmlAttributes

this() 공개 메소드

public this ( Type type, string member ) : XmlAttributes
type Type
member string
리턴 XmlAttributes