Update Realtime/Realtime/Public/Result/LCIMPageResult.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
178ebb703f
commit
f5bd431cc7
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace LeanCloud.Realtime {
|
namespace LeanCloud.Realtime {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// LCIMPageResult represents the results of query.
|
/// LCIMPageResult represents the query results.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LCIMPageResult {
|
public class LCIMPageResult {
|
||||||
public ReadOnlyCollection<string> Results {
|
public ReadOnlyCollection<string> Results {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue