C# Class System.Runtime.Serialization.ObjectIDGenerator

ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
GetId ( object obj, bool &firstTime ) : long
HasId ( object obj, bool &firstTime ) : long
ObjectIDGenerator ( ) : System

Method Details

GetId() public method

public GetId ( object obj, bool &firstTime ) : long
obj object
firstTime bool
return long

HasId() public method

public HasId ( object obj, bool &firstTime ) : long
obj object
firstTime bool
return long

ObjectIDGenerator() public method

public ObjectIDGenerator ( ) : System
return System