C# 클래스 NServiceBus.XmlSerializerCache

파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
typeToFields IEnumerable>.ConcurrentDictionary
typeToProperties IEnumerable>.ConcurrentDictionary
typesToCreateForArrays Type>.ConcurrentDictionary
typesToCreateForEnumerables Type>.ConcurrentDictionary

공개 메소드들

메소드 설명
InitType ( Type t ) : void

비공개 메소드들

메소드 설명
GetAllFieldsForType ( Type t ) : System.Reflection.FieldInfo[]
GetAllPropertiesForType ( Type t, bool isKeyValuePair ) : System.Reflection.PropertyInfo[]

메소드 상세

InitType() 공개 메소드

public InitType ( Type t ) : void
t System.Type
리턴 void

프로퍼티 상세

typeToFields 공개적으로 프로퍼티

public ConcurrentDictionary> typeToFields
리턴 IEnumerable>.ConcurrentDictionary

typeToProperties 공개적으로 프로퍼티

public ConcurrentDictionary> typeToProperties
리턴 IEnumerable>.ConcurrentDictionary

typesToCreateForArrays 공개적으로 프로퍼티

public ConcurrentDictionary typesToCreateForArrays
리턴 Type>.ConcurrentDictionary

typesToCreateForEnumerables 공개적으로 프로퍼티

public ConcurrentDictionary typesToCreateForEnumerables
리턴 Type>.ConcurrentDictionary