Update Storage/Storage/Public/LCFile.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
459aba9b9a
commit
3dafa24874
|
@ -8,7 +8,7 @@ using LeanCloud.Storage.Internal.Object;
|
|||
|
||||
namespace LeanCloud.Storage {
|
||||
/// <summary>
|
||||
/// LCFile is a local representation of a file that is saved to LeanCloud.
|
||||
/// LCFile is a local representation of a LeanCloud file.
|
||||
/// </summary>
|
||||
public class LCFile : LCObject {
|
||||
public const string CLASS_NAME = "_File";
|
||||
|
|
Loading…
Reference in New Issue