Inheritance: CodeAccessSecurityAttribute
	internal IsolatedStoragePermission
					(IsolatedStoragePermissionAttribute copyFrom)
			{
				this.state = PermissionState.None;
				this.userQuota = copyFrom.userQuota;
				this.usageAllowed = copyFrom.usageAllowed;
			}
Ejemplo n.º 2
0
 internal IsolatedStoragePermission
     (IsolatedStoragePermissionAttribute copyFrom)
 {
     this.state        = PermissionState.None;
     this.userQuota    = copyFrom.userQuota;
     this.usageAllowed = copyFrom.usageAllowed;
 }
	internal IsolatedStorageFilePermission
					(IsolatedStoragePermissionAttribute copyFrom)
			: base(copyFrom)
			{
				// Nothing to do here.
			}
Ejemplo n.º 4
0
 internal IsolatedStorageFilePermission
     (IsolatedStoragePermissionAttribute copyFrom)
     : base(copyFrom)
 {
     // Nothing to do here.
 }