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

Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Свойство Type Description
tweak int
value int

Méthodes publiques

Méthode Description
Clone ( ) : object
CloneableStruct ( int v ) : System
Equals ( object other ) : bool
GetHashCode ( ) : int
Identical ( CloneableStruct other ) : bool

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CloneableStruct() public méthode

public CloneableStruct ( int v ) : System
v int
Résultat System

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Identical() public méthode

public Identical ( CloneableStruct other ) : bool
other CloneableStruct
Résultat bool

Property Details

tweak public_oe property

public int tweak
Résultat int

value public_oe property

public int value
Résultat int