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

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

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
MembersSerializationSource ( string elementName, bool hasWrapperElement, XmlReflectionMember members, bool writeAccessors, bool literalFormat, string namspace, Type includedTypes ) : System.Collections

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MembersSerializationSource() 공개 메소드

public MembersSerializationSource ( string elementName, bool hasWrapperElement, XmlReflectionMember members, bool writeAccessors, bool literalFormat, string namspace, Type includedTypes ) : System.Collections
elementName string
hasWrapperElement bool
members XmlReflectionMember
writeAccessors bool
literalFormat bool
namspace string
includedTypes Type
리턴 System.Collections