private new void
- From: jjmraz@xxxxxxxxxxx
- Date: 21 Dec 2005 15:26:32 -0800
Hi,
I have seen some code recently that had the following method
signatures:
private new void Push(object o)
And
public new objectname FunctionName()
So my question is what is happening here? With the first one why would
new be with a void return type? With the second one I am assuming that
the function would return a new object of that type, correct?
JJ
.
- Follow-Ups:
- Re: private new void
- From: Mattias Sjögren
- Re: private new void
- From: Nicholas Paldino [.NET/C# MVP]
- Re: private new void
- Prev by Date: Re: parsing a full name from a strong
- Next by Date: Re: Garbage Collection Issues in long-standing services
- Previous by thread: Re: Garbage Collection Issues in long-standing services
- Next by thread: Re: private new void
- Index(es):
Relevant Pages
|