Update Storage/Storage/Public/LCObject.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
f45f1f21aa
commit
b149a8b5a4
|
@ -138,7 +138,7 @@ namespace LeanCloud.Storage {
|
||||||
/// 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 a leading underscore ('_').
|
/// with a leading underscore ('_').
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="key">The value for key.</param>
|
/// <param name="key">The name of a key.</param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public object this[string key] {
|
public object this[string key] {
|
||||||
get {
|
get {
|
||||||
|
|
Loading…
Reference in New Issue