Axiom.Platform.IPhone.IPhoneResourceArchive.Exists C# (CSharp) 메소드

Exists() 공개 메소드

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