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

List() public method

public List ( bool recursive ) : List
recursive bool
return List
		public override List<string> List( bool recursive )
		{
			throw new NotImplementedException();
		}