System.Security.PermissionSetCollection.ICollection C# (CSharp) Method

ICollection() private method

private ICollection ( Array array, int index ) : void
array Array
index int
return void
		void ICollection.CopyTo (Array array, int index)
		{
			// this is the "real thing"
			throw new NotSupportedException ();
		}