No announcements
Found 712462 threads
-
0 Votes
Task.GetAwaiter Method
Hi all, I saw the method in http://msdn.microsoft.com/en-us/library/system.threading.tasks.task.getawaiter.aspx the remark is "This method ...Answered | 2 Replies | 1731 Views | Created by NEU_Simon - Monday, September 30, 2013 2:16 AM | Last reply by NEU_Simon - Tuesday, October 8, 2013 1:57 AM -
1 Votes
How Create a Method in Method
somemethod.ToString().ToUpper() - calls the 'ToUpper' method of the StringClass.Answered | 3 Replies | 1075 Views | Created by Mário Moura da Silva - Monday, April 29, 2013 7:48 PM | Last reply by Mário Moura da Silva - Monday, April 29, 2013 8:07 PM -
0 Votes
methods
Add a property, which uses a class definition of a type that implements the methods you want.Answered | 4 Replies | 3203 Views | Created by jonanini - Tuesday, July 21, 2009 3:49 PM | Last reply by BigTuna99 - Tuesday, July 21, 2009 4:40 PM -
0 Votes
generic method as extension method
I am actually calling the method, whereas you are not calling the method.Answered | 4 Replies | 2821 Views | Created by Schwartzberg - Wednesday, February 25, 2009 2:41 PM | Last reply by Schwartzberg - Wednesday, February 25, 2009 5:46 PM -
0 Votes
Base class method or Extension method
I agree - use a regular method.Answered | 3 Replies | 4173 Views | Created by sand133 - Wednesday, August 19, 2009 7:01 AM | Last reply by Matthew Watson - Wednesday, August 19, 2009 9:27 AM -
1 Votes
method overriding, calling base methods
You can do so many things when overriding a method like that.Answered | 6 Replies | 3439 Views | Created by Arvin Granados - Thursday, December 15, 2011 3:00 AM | Last reply by servy42 - Friday, December 16, 2011 2:14 PM -
3 Votes
this method
Hi, " THIS " keyword refers to the current instance of the class and is also used as a modifier of the first parameter of an extension method. ...Answered | 1 Replies | 558 Views | Created by Bharat Kanwar - Sunday, July 27, 2014 5:46 PM | Last reply by Shirisha Paderu - Sunday, July 27, 2014 6:02 PM -
3 Votes
Methods
i'm new in visual c# and i need some help with the "Math" method.Answered | 4 Replies | 3536 Views | Created by jonanini - Wednesday, May 13, 2009 9:51 AM | Last reply by kaymaf - Tuesday, May 19, 2009 3:03 AM -
0 Votes
Trampolining considerations for APM wrappers
Rather, that's the behavior you get through task.GetAwaiter().OnCompleted(...), since it's necessary to support the await model without fear of stack dives but in a ...Answered | 4 Replies | 8253 Views | Created by Stephen Cleary - Thursday, August 4, 2011 8:59 PM | Last reply by levibroderick - Thursday, April 19, 2012 6:52 PM -
2 Votes
main method
The Main() is a method.Answered | 5 Replies | 4124 Views | Created by Prakash_Nawale - Monday, February 7, 2011 7:19 PM | Last reply by Rambod Taati - Tuesday, February 8, 2011 6:49 AM -
8 Votes
Static Method vs Non-Static Method
The basic difference is how the methods being called.Answered | 5 Replies | 29064 Views | Created by Suderson Parthasarathy - Thursday, May 6, 2010 9:40 AM | Last reply by Gopala Krishnan.V - Thursday, May 6, 2010 11:46 AM -
1 Votes
Accessing the private method through an instance in a static method
The Non Static members always call by class instance/object in static method as GetData() is non static method calls in GetStaticData() method.Answered | 3 Replies | 5819 Views | Created by aneesha1 - Tuesday, August 30, 2016 7:47 AM | Last reply by Kevin Linq - Wednesday, August 31, 2016 10:48 AM -
0 Votes
[OperationContract] Methods
Hi, You can create a method as follows - [WebInvoke(UriTemplate="Role/?Answered | 4 Replies | 4222 Views | Created by haji1 - Tuesday, August 14, 2012 11:29 AM | Last reply by Nauzad Kapadia - Wednesday, August 15, 2012 6:08 AM -
0 Votes
Class and Method
, the method Query(...) must be a static method.Answered | 5 Replies | 1628 Views | Created by MDMoura - Monday, February 27, 2012 5:40 PM | Last reply by Neddy Ren - Wednesday, February 29, 2012 3:19 AM -
0 Votes
Remove method in mscorlib
Unfortunatelly I had problems while changing the synchronization context, and I'm unable to write a custom Task.GetAwaiter on Android (I'm locked with .Net 4.5).Unanswered | 10 Replies | 77 Views | Created by Anonymous - Friday, February 14, 2014 3:38 PM | Last reply by Anonymous - Tuesday, February 25, 2014 12:28 AM -
0 Votes
Methods on MoleBehaviors
The 'BehavedAsNotImplemented' are a shorthand for the 'AttachTo' methods with the NotImplemented behavior.Answered | 1 Replies | 4955 Views | Created by Nick Walker - Friday, April 2, 2010 4:26 AM | Last reply by Peli - Monday, April 5, 2010 8:47 AM -
0 Votes
Call Instance Method From Static Method
In any case if you want to call an instance method then you must have an instance.Answered | 4 Replies | 2938 Views | Created by mcfly1204 - Tuesday, December 6, 2011 7:27 PM | Last reply by Bob Shen - Thursday, December 8, 2011 7:11 AM -
0 Votes
static methods
If the static method utilizes static variables, then those variables are shared between each of the callers.Answered | 4 Replies | 1698 Views | Created by Louis Leong - Monday, March 19, 2012 4:08 PM | Last reply by Eyal Solnik - Monday, March 19, 2012 4:54 PM -
1 Votes
method errors
static double Metric(double HeightMeters, double WeightKilograms) { double bmiMetric = 0; bmiMetric = WeightKilograms / Math.Pow(HeightMeters, ...Answered | 6 Replies | 1629 Views | Created by shanec1928 - Thursday, February 23, 2012 12:49 PM | Last reply by MaheshKS - Thursday, February 23, 2012 4:33 PM -
1 Votes
Extension Method
Extension methods must be a static method defined in a static, non-nested (i.e.: top-level), non-generic class.Answered | 1 Replies | 584 Views | Created by SURYA KANT NAYAK - Thursday, June 5, 2014 5:51 PM | Last reply by Wyck - Thursday, June 5, 2014 6:27 PM - Items 1 to 20 of 712462 Next ›
No announcements