K2Informatics.Erlnet.GenericQueue.Bucket.Bucket C# (CSharp) Method

Bucket() public method

public Bucket ( Object o ) : System
o Object
return System
            public Bucket(Object o)
            {
                next = null;
                contents = o;
            }