C# Class XLibrary.InstanceRecord

Afficher le fichier Open project: swax/CodePerspective

Méthodes publiques

Свойство Type Description
Active List
Created long
Deleted long

Méthodes publiques

Méthode Description
Add ( object obj ) : bool

Returns true if new instance created

Remove ( object obj ) : bool

Return true if active count went for something to nothing

Method Details

Add() public méthode

Returns true if new instance created
public Add ( object obj ) : bool
obj object
Résultat bool

Remove() public méthode

Return true if active count went for something to nothing
public Remove ( object obj ) : bool
obj object
Résultat bool

Property Details

Active public_oe property

public List Active
Résultat List

Created public_oe property

public long Created
Résultat long

Deleted public_oe property

public long Deleted
Résultat long