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

◆ IsAssembly()

static bool System.IO.IsolatedStorage.Helper.IsAssembly ( IsolatedStorageScope scope)
inlinestaticpackage

Definition at line 48 of file Helper.cs.

49 {
50 return (scope & IsolatedStorageScope.Assembly) != 0;
51 }

Referenced by System.IO.IsolatedStorage.IsolatedStorageFile.IsMatchingScopeDirectory().