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

IPhoneResourceArchive() public method

public IPhoneResourceArchive ( string name, string type ) : System
name string
type string
return System
		public IPhoneResourceArchive( string name, string type )
			: base( name, type )
		{
			// TODO: Complete member initialization
			this.Name = name;
			this._type = type;
		}