SuperMap.WinRT.REST.QueryResult.QueryResult C# (CSharp) Method

QueryResult() private method

private QueryResult ( ) : System.Collections.Generic
return System.Collections.Generic
        internal QueryResult()
        {
            Recordsets = new List<Recordset>();
        }