C# Class NSoft.NFramework.Collections.PowerCollections.UtilFixture.CloneableStruct

Mostra file Open project: debop/NFramework

Public Properties

Property Type Description
tweak int
value int

Public Methods

Method Description
Clone ( ) : object
CloneableStruct ( int v ) : System
Equals ( object other ) : bool
GetHashCode ( ) : int
Identical ( CloneableStruct other ) : bool

Method Details

Clone() public method

public Clone ( ) : object
return object

CloneableStruct() public method

public CloneableStruct ( int v ) : System
v int
return System

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Identical() public method

public Identical ( CloneableStruct other ) : bool
other CloneableStruct
return bool

Property Details

tweak public_oe property

public int tweak
return int

value public_oe property

public int value
return int