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

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

공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( Type type, SoapAttributes attributes ) : void
type System.Type
attributes SoapAttributes
리턴 void

Add() 공개 메소드

public Add ( Type type, string member, SoapAttributes attributes ) : void
type System.Type
member string
attributes SoapAttributes
리턴 void

this() 공개 메소드

public this ( Type type ) : SoapAttributes
type System.Type
리턴 SoapAttributes

this() 공개 메소드

public this ( Type type, string member ) : SoapAttributes
type System.Type
member string
리턴 SoapAttributes