Update Storage/Storage/Public/LCObject.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
99df5c00a6
commit
f45f1f21aa
|
@ -136,7 +136,7 @@ namespace LeanCloud.Storage {
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value on the object. It is forbidden to name keys
|
/// Gets or sets a value on the object. It is forbidden to name keys
|
||||||
/// with '_'.
|
/// with a leading underscore ('_').
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="key">The value for key.</param>
|
/// <param name="key">The value for key.</param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
|
|
Loading…
Reference in New Issue