C# Class System.Runtime.Serialization.ObjectIDGenerator

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
GetId ( object obj, bool &firstTime ) : long
HasId ( object obj, bool &firstTime ) : long
ObjectIDGenerator ( ) : System

Method Details

GetId() public méthode

public GetId ( object obj, bool &firstTime ) : long
obj object
firstTime bool
Résultat long

HasId() public méthode

public HasId ( object obj, bool &firstTime ) : long
obj object
firstTime bool
Résultat long

ObjectIDGenerator() public méthode

public ObjectIDGenerator ( ) : System
Résultat System