Update Storage/Storage/Public/LCObject.cs

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

View File

@ -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 {