C# Class Agnos.Protocol.BaseProcessor.Cell

Datei anzeigen Open project: tomerfiliba/agnos

Public Properties

Property Type Description
obj Object
refcount int

Public Methods

Method Description
Cell ( Object obj ) : System
decref ( ) : bool
incref ( ) : void

Method Details

Cell() public method

public Cell ( Object obj ) : System
obj Object
return System

decref() public method

public decref ( ) : bool
return bool

incref() public method

public incref ( ) : void
return void

Property Details

obj public_oe property

public Object obj
return Object

refcount public_oe property

public int refcount
return int