C# Class SerializersTests.PublicReadOnlyNamesNotInConstructorWithPrivateParameterlessConstructor

Inheritance: IAssertEquality
显示文件 Open project: etishor/SerializationTests Class Usage Examples

Public Methods

Method Description
AssertEquality ( object other ) : void
CreateInstance ( ) : PublicReadOnlyNamesNotInConstructorWithPrivateParameterlessConstructor
PublicReadOnlyNamesNotInConstructorWithPrivateParameterlessConstructor ( int otherIntValue ) : System

Method Details

AssertEquality() public method

public AssertEquality ( object other ) : void
other object
return void

CreateInstance() public static method

public static CreateInstance ( ) : PublicReadOnlyNamesNotInConstructorWithPrivateParameterlessConstructor
return PublicReadOnlyNamesNotInConstructorWithPrivateParameterlessConstructor

PublicReadOnlyNamesNotInConstructorWithPrivateParameterlessConstructor() public method

public PublicReadOnlyNamesNotInConstructorWithPrivateParameterlessConstructor ( int otherIntValue ) : System
otherIntValue int
return System