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

상속: SerializationSource
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
SoapTypeSerializationSource ( Type type, SoapAttributeOverrides attributeOverrides, string namspace, Type includedTypes ) : System.Collections

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SoapTypeSerializationSource() 공개 메소드

public SoapTypeSerializationSource ( Type type, SoapAttributeOverrides attributeOverrides, string namspace, Type includedTypes ) : System.Collections
type Type
attributeOverrides SoapAttributeOverrides
namspace string
includedTypes Type
리턴 System.Collections