Update Storage/Storage/Public/LCObject.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
a8a614545d
commit
39524fd626
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue