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

◆ InitStore() [1/2]

void System.IO.IsolatedStorage.IsolatedStorage.InitStore ( IsolatedStorageScope scope,
Type appEvidenceType )
inlineprotectedinherited

Definition at line 120 of file IsolatedStorage.cs.

121 {
122 InitStore(scope, null, appEvidenceType);
123 }
void InitStore(IsolatedStorageScope scope, Type appEvidenceType)

References System.IO.IsolatedStorage.IsolatedStorage.InitStore().

Referenced by System.IO.IsolatedStorage.IsolatedStorageFile.IsolatedStorageFile(), and System.IO.IsolatedStorage.IsolatedStorage.InitStore().