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

ListParam() 공개 메소드

public ListParam ( ) : System
리턴 System
        public ListParam()
        {
            prefix = "";
            startKey = "";
            count = 0;
            skip = false;
            forward = true;
        }