C# 클래스 SerializersTests.Messages.SealedPublicReadOnlyNamesInConstructorNoAttributes

상속: IAssertEquality
파일 보기 프로젝트 열기: etishor/SerializationTests 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IntValue int

공개 메소드들

메소드 설명
AssertEquality ( object other ) : void
CreateInstance ( ) : SealedPublicReadOnlyNamesInConstructorNoAttributes
SealedPublicReadOnlyNamesInConstructorNoAttributes ( int intValue ) : System

메소드 상세

AssertEquality() 공개 메소드

public AssertEquality ( object other ) : void
other object
리턴 void

CreateInstance() 공개 정적인 메소드

public static CreateInstance ( ) : SealedPublicReadOnlyNamesInConstructorNoAttributes
리턴 SealedPublicReadOnlyNamesInConstructorNoAttributes

SealedPublicReadOnlyNamesInConstructorNoAttributes() 공개 메소드

public SealedPublicReadOnlyNamesInConstructorNoAttributes ( int intValue ) : System
intValue int
리턴 System

프로퍼티 상세

IntValue 공개적으로 프로퍼티

public int IntValue
리턴 int