C# Class Agnos.Protocol.BaseProcessor.Cell

Afficher le fichier Open project: tomerfiliba/agnos

Méthodes publiques

Свойство Type Description
obj Object
refcount int

Méthodes publiques

Méthode Description
Cell ( Object obj ) : System
decref ( ) : bool
incref ( ) : void

Method Details

Cell() public méthode

public Cell ( Object obj ) : System
obj Object
Résultat System

decref() public méthode

public decref ( ) : bool
Résultat bool

incref() public méthode

public incref ( ) : void
Résultat void

Property Details

obj public_oe property

public Object obj
Résultat Object

refcount public_oe property

public int refcount
Résultat int