Update Storage/Storage/Public/LCObject.cs

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

View File

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