GetTokenIndex() static private method

static private GetTokenIndex ( ) : int
return int
Example #1
0
 /// <internalonly/>
 int IBuiltInPermission.GetTokenIndex()
 {
     return(IsolatedStorageFilePermission.GetTokenIndex());
 }