Print Page | Close Window

Overloaded Create Method

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1029
Printed Date: 03-Sep-2025 at 7:15am


Topic: Overloaded Create Method
Posted By: BillG
Subject: Overloaded Create Method
Date Posted: 19-Dec-2008 at 11:24am

Am I allowed to have an overloaded Create method in my class.  I want to have one that takes the (pm, string, int) and one that takes (pm, long, long).  I keep getting an error that when I make a call to the second create method that the parameters are wrong.

 

Bill

 




Replies:
Posted By: BillG
Date Posted: 19-Dec-2008 at 11:35am
I think that I have found the problem.



Print Page | Close Window