Agnos.Protocol.BaseProcessor.Cell.Cell C# (CSharp) Method

Cell() public method

public Cell ( Object obj ) : System
obj Object
return System
                public Cell(Object obj)
                {
                    refcount = 1;
                    this.obj = obj;
                }
Protocol.BaseProcessor.Cell