K2Informatics.Erlnet.GenericQueue.Bucket.Bucket C# (CSharp) 메소드

Bucket() 공개 메소드

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