Axiom.Platform.IPhone.IPhoneResourceArchive.Exists C# (CSharp) Method

Exists() public method

public Exists ( string fileName ) : bool
fileName string
return bool
		public override bool Exists( string fileName )
		{
			throw new NotImplementedException();
		}