Class StorageClearOperationResult
Storage clear operation result.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.SaveSystem.Storage
Assembly: Bayat.SaveSystem.Runtime.dll
Syntax
public class StorageClearOperationResult : StorageOperationResult
Constructors
| Improve this Doc View SourceStorageClearOperationResult(Boolean, String[])
Declaration
public StorageClearOperationResult(bool succeed, string[] deletedItems)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | succeed | |
System.String[] | deletedItems |
Fields
| Improve this Doc View SourceDeletedItems
The deleted storage items.
Declaration
public readonly string[] DeletedItems
Field Value
Type | Description |
---|---|
System.String[] |