Keyspace.ListParam.SetCount C# (CSharp) 메소드

SetCount() 공개 메소드

public SetCount ( ulong count ) : ListParam
count ulong
리턴 ListParam
        public ListParam SetCount(ulong count)
        {
            this.count = count;
            return this;
        }