Axiom.RenderSystems.OpenGLES.IPhone.IPhoneContext.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : GLESContext
return GLESContext
		public override GLESContext Clone()
		{
			throw new NotImplementedException();
		}
	}