C# Class SerializersTests.Messages.PrivateSetterNameNotInConstructor

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

Private Properties

Property Type Description

Public Methods

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

Method Details

AssertEquality() public method

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

CreateInstance() public static method

public static CreateInstance ( ) : PrivateSetterNameNotInConstructor
return PrivateSetterNameNotInConstructor

PrivateSetterNameNotInConstructor() public method

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