Update Storage/Storage/Public/LCObject.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:39:21 +08:00 committed by GitHub
parent 39524fd626
commit 99df5c00a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ namespace LeanCloud.Storage {
}
/// <summary>
/// Creates a reference to an existing LCObject for use in creating
/// associations between LCObjects.
/// Creates a new LCObject.
/// </summary>
/// <param name="className">The className for the LCObject.</param>
/// <returns></returns>