Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Quota

virtual long System.IO.IsolatedStorage.IsolatedStorage.Quota
get

Definition at line 93 of file IsolatedStorage.cs.

94 {
95 get
96 {
97 if (_validQuota)
98 {
99 return (long)_quota;
100 }
102 }
103 }
static string IsolatedStorage_QuotaIsUndefined
Definition SR.cs:34
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7