No announcements
Found 1975071 threads
-
0 Votes
out parameter without a method
That is not a out Parameter.Answered | 3 Replies | 835 Views | Created by amigo 1 - Wednesday, July 31, 2013 5:54 AM | Last reply by cheong00 - Wednesday, July 31, 2013 7:32 AM -
0 Votes
Invoke dynamically a method with ref and out custom parameters
That can't work though, info1 will always be exactly the same as info since you are using the parameter types of the first method found.Answered | 8 Replies | 4506 Views | Created by Eusebiu - Friday, June 6, 2008 9:10 AM | Last reply by kobe082005 - Saturday, June 7, 2008 2:49 AM -
2 Votes
Attribute on a particular parameter of a method?
Without this, you can't apply it to a parameter.Answered | 7 Replies | 1643 Views | Created by Deepak Vasudevan - Wednesday, August 8, 2012 5:46 PM | Last reply by Deepak Vasudevan - Wednesday, August 8, 2012 7:47 PM -
8 Votes
c# default parameters to a method
How would you create a similar situation using overloads without optional parameters?Answered | 11 Replies | 8338 Views | Created by gilit2 - Monday, June 6, 2011 4:47 PM | Last reply by Louis.fr - Friday, June 10, 2011 4:23 PM -
0 Votes
static method without main
Every method needs to have: return type, name, and parameters (even empty).Answered | 1 Replies | 3143 Views | Created by jatin garg - Tuesday, June 30, 2009 3:50 AM | Last reply by Fernando Nicolet - Tuesday, June 30, 2009 4:01 AM -
0 Votes
Sqlserver 2012 Return Table as out parameter with other out parameters
how I can return table from sqlserver stored procedure as out parameter along with another out parameter. please find below my stored procedure . or if ...Answered | 5 Replies | 1601 Views | Created by malikasad - Saturday, January 25, 2014 6:34 AM | Last reply by Dan Guzman - Saturday, January 25, 2014 2:01 PM -
2 Votes
C# ref and out parameters
If you want to tell other developers that your method will change the object's properties, you should name your method appropriately instead - e.g., ...Answered | 2 Replies | 2312 Views | Created by recherche - Wednesday, March 12, 2014 7:22 PM | Last reply by recherche - Friday, March 14, 2014 7:26 PM -
4 Votes
My Method Parameter Dilema
Obviously if your method has been factored out because it is called in a loop or called from multiple locations, than it belongs in a method.Answered | 3 Replies | 2600 Views | Created by NoEgo - Tuesday, July 14, 2009 12:49 AM | Last reply by NoEgo - Wednesday, July 15, 2009 1:18 AM -
2 Votes
Parameters in a VFP method
> I want to use PARAMETERS in a VFP method.Answered | 4 Replies | 10522 Views | Created by DavidDelgado - Wednesday, February 7, 2007 8:37 PM | Last reply by CetinBasoz_Dont Trust Microsoft - Thursday, February 8, 2007 2:12 PM -
0 Votes
ArrayList Out parameter in recursive function
Hi, I thought someone would reply to my reply with your comments :-) I was trying to keep it simple in the reply, without using the ref keyword you are always ...Answered | 7 Replies | 8039 Views | Created by thief_1 - Friday, May 18, 2007 11:34 PM | Last reply by Mark Dawson - Saturday, May 26, 2007 12:12 AM -
5 Votes
Parameters use in init methods
If form parameters are filter parameters, you better use views with nodata, then set view parameters in form init and requery.Answered | 3 Replies | 2751 Views | Created by damezumari - Wednesday, July 11, 2012 10:34 PM | Last reply by Olaf Doschke - Friday, July 13, 2012 3:19 PM -
0 Votes
Pass a method as parameter, with diferent input parameters
data class, but the 'E' is Important, cause it's the Type we defined for out delegate in top, so to provide a delegate that accept ...Answered | 6 Replies | 2033 Views | Created by deadManN - Friday, December 30, 2011 10:39 AM | Last reply by deadManN - Friday, January 6, 2012 8:06 AM -
0 Votes
Parameters and ref/out and const?
Very rarely is great code simply written out, megaflop perfect, on the first shot.Answered | 28 Replies | 3923 Views | Created by eridius - Sunday, January 18, 2009 11:24 PM | Last reply by Rudedog2 - Monday, January 19, 2009 6:18 PM -
0 Votes
Not able create mock of method that contains out parameter using MS Fakes-Stub
Sealed classes or static methods can’t be stubbed because stub types rely on virtual method dispatch.Answered | 1 Replies | 815 Views | Created by Dolly Thakur - Friday, July 22, 2016 9:08 AM | Last reply by Jack Zhai-MSFT - Monday, July 25, 2016 11:48 AM -
0 Votes
Parameter limit on a method call in WCF
Then check your operation codes,check if they any codes call an object without chek if t is null or not.Answered | 3 Replies | 4188 Views | Created by rs_uk - Tuesday, August 4, 2009 3:57 PM | Last reply by Will.Rogers - Tuesday, August 4, 2009 5:27 PM -
0 Votes
List of base class in method parameter
Dave, it is up to you to talk the OP out of this.Answered | 10 Replies | 3183 Views | Created by PhilipeB - Monday, July 20, 2009 8:36 PM | Last reply by OmegaMan - Tuesday, July 21, 2009 2:53 PM -
1 Votes
Methods and parameter comments
This will generate the summary, parameter and return tags based on the signature of your method.Answered | 8 Replies | 2906 Views | Created by NaeemKhan - Tuesday, February 9, 2010 11:36 AM | Last reply by NaeemKhan - Wednesday, February 10, 2010 12:20 PM -
3 Votes
Method string parameters - Trim
Unfortunately, I don't know how workable that would be, since I have many methods taking string parameters, and I can't change their signatures.Answered | 12 Replies | 3457 Views | Created by Dr Griff - Wednesday, October 20, 2010 3:57 PM | Last reply by Dr Griff - Thursday, November 4, 2010 9:09 AM -
0 Votes
Decimal Out parameter issue
Some queries come up with thousands of answers and without such regulation people would have difficulty soring them out.Answered | 13 Replies | 2753 Views | Created by WizyDig - Friday, October 31, 2008 4:43 PM | Last reply by Arjun Paudel - Saturday, November 1, 2008 2:19 AM -
3 Votes
multithreding - method with parameter
and your test method in your code should match the delegate ParameterizedThreadStart, with one object type parameter.Answered | 5 Replies | 563 Views | Created by btsDeveloper - Monday, January 12, 2015 11:20 AM | Last reply by Vineet Bharadwaj - Tuesday, January 13, 2015 10:08 AM - Items 1 to 20 of 1975071 Next ›
No announcements