Click here to Skip to main content
15,909,898 members
Home / Discussions / C#
   

C#

 
GeneralRe: dll loading question Pin
ppp00118-Aug-05 22:28
ppp00118-Aug-05 22:28 
GeneralRe: dll loading question Pin
Dave Kreskowiak19-Aug-05 1:42
mveDave Kreskowiak19-Aug-05 1:42 
GeneralRe: dll loading question Pin
ppp00121-Aug-05 16:09
ppp00121-Aug-05 16:09 
GeneralRe: dll loading question Pin
Dave Kreskowiak22-Aug-05 0:53
mveDave Kreskowiak22-Aug-05 0:53 
GeneralWinForm does not start on top Pin
gabbyr18-Aug-05 15:30
gabbyr18-Aug-05 15:30 
QuestionStack Trace? What is it? Pin
...---...18-Aug-05 15:12
...---...18-Aug-05 15:12 
AnswerRe: Stack Trace? What is it? Pin
Christian Graus18-Aug-05 15:27
protectorChristian Graus18-Aug-05 15:27 
GeneralImplementing Interfaces... Pin
Tim McCurdy18-Aug-05 15:06
Tim McCurdy18-Aug-05 15:06 
Ok, I know this might sound simple, but it's not. I want to Implement the IList interface but I want certain members of it hidden (for example IndexOf and the default public object this[int Index]) because I am creating a strongly-typed collection.

In VB.NET I could easily do this because each method knew that it was Implemented by a simple: Private Function IndexOf(Value As Object) As Integer Implements IList.IndexOf.

The Implementation was fine in VB like this because one could still cast the object to an IList type and access the methods on it even thought they were private within the Collection class.

Does anyone know how to do this?
GeneralRe: Implementing Interfaces... Pin
Christian Graus18-Aug-05 15:13
protectorChristian Graus18-Aug-05 15:13 
GeneralRe: Implementing Interfaces... Pin
Tim McCurdy18-Aug-05 15:22
Tim McCurdy18-Aug-05 15:22 
GeneralRe: Implementing Interfaces... Pin
Matt Gerrans18-Aug-05 21:49
Matt Gerrans18-Aug-05 21:49 
GeneralRe: Implementing Interfaces... Pin
Matt Gerrans18-Aug-05 21:00
Matt Gerrans18-Aug-05 21:00 
GeneralRe: Implementing Interfaces... Pin
Tim McCurdy20-Aug-05 7:47
Tim McCurdy20-Aug-05 7:47 
GeneralRe: Implementing Interfaces... Pin
J4amieC18-Aug-05 23:28
J4amieC18-Aug-05 23:28 
GeneralRedim Arrays in C# Pin
mpastchenko18-Aug-05 14:45
mpastchenko18-Aug-05 14:45 
GeneralRe: Redim Arrays in C# Pin
Christian Graus18-Aug-05 15:01
protectorChristian Graus18-Aug-05 15:01 
GeneralRe: Redim Arrays in C# Pin
Tim McCurdy18-Aug-05 15:01
Tim McCurdy18-Aug-05 15:01 
GeneralRe: Redim Arrays in C# Pin
Tim McCurdy18-Aug-05 15:08
Tim McCurdy18-Aug-05 15:08 
GeneralRe: Redim Arrays in C# Pin
Dave Doknjas19-Aug-05 19:35
Dave Doknjas19-Aug-05 19:35 
GeneralRe: Redim Arrays in C# Pin
Mohamad Al Husseiny18-Aug-05 22:09
Mohamad Al Husseiny18-Aug-05 22:09 
GeneralRe: Redim Arrays in C# Pin
Azerax19-Aug-05 1:32
Azerax19-Aug-05 1:32 
GeneralRe: Redim Arrays in C# Pin
mpastchenko19-Aug-05 7:46
mpastchenko19-Aug-05 7:46 
Generalchanging properties Pin
spepperchin18-Aug-05 13:51
spepperchin18-Aug-05 13:51 
GeneralRe: changing properties Pin
Christian Graus18-Aug-05 15:02
protectorChristian Graus18-Aug-05 15:02 
GeneralRe: changing properties Pin
David Stone18-Aug-05 15:27
sitebuilderDavid Stone18-Aug-05 15:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.