Axiom.Platform.IPhone.IPhoneResourceArchive.Exists C# (CSharp) Méthode

Exists() public méthode

public Exists ( string fileName ) : bool
fileName string
Résultat bool
		public override bool Exists( string fileName )
		{
			throw new NotImplementedException();
		}