C# Class System.Runtime.Serialization.StreamingContext

Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
StreamingContext ( StreamingContextStates state ) : System
StreamingContext ( StreamingContextStates state, object context ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StreamingContext() public méthode

public StreamingContext ( StreamingContextStates state ) : System
state StreamingContextStates
Résultat System

StreamingContext() public méthode

public StreamingContext ( StreamingContextStates state, object context ) : System
state StreamingContextStates
context object
Résultat System