C# Class KellermanSoftware.CompareNetObjectsTests.TestClasses.ThreadFoo

Mostra file Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Public Properties

Property Type Description
Line1 string
Line2 int
Line3 double

Public Methods

Method Description
Create ( int i ) : ThreadFoo
ThreadFoo ( )
ThreadFoo ( ThreadFoo other )

Method Details

Create() public static method

public static Create ( int i ) : ThreadFoo
i int
return ThreadFoo

ThreadFoo() public method

public ThreadFoo ( )

ThreadFoo() public method

public ThreadFoo ( ThreadFoo other )
other ThreadFoo

Property Details

Line1 public_oe property

public string Line1
return string

Line2 public_oe property

public int Line2
return int

Line3 public_oe property

public double Line3
return double