Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Akka
Persistence
Serialization
Snapshot
C# Class Akka.Persistence.Serialization.Snapshot
Wrapper for snapshot data.
Afficher le fichier
Open project: rogeralsing/akka.net
Class Usage Examples
Méthodes publiques
Méthode
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Snapshot
(
object
data
) :
System
Private Methods
Méthode
Description
Equals
(
Snapshot
other
) :
bool
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
Snapshot()
public
méthode
public
Snapshot
(
object
data
) :
System
data
object
Résultat
System