dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Call for help on DotGNU.Data


From: James Michael DuPont
Subject: Re: [DotGNU]Call for help on DotGNU.Data
Date: Thu, 13 Mar 2003 08:37:06 -0800 (PST)

--- Gopal V <address@hidden> wrote:
> If memory serves me right, minddog wrote:
> > Okay I stubbed out the System.Data and preceding namespaces.  Maybe
> we should 
> > look at some of these components that are necessary and ones that
> aren't.
> 
>               [TODO]
>               public System.Data.DataColumn get_Item(int arg1)
>               {
>                        throw new NotImplementedException("get_Item");
>               }
> 
> This is actually 
> 
>       public DataColumn this[int col]
>       {
>               get
>               {
>               };
>       }
> 
> Hmm.... AutoStubbing is a bit difficult

yes it is. So that is array access? 
System.Data.DataColumn  is fine.

get_Item(int arg1) that is an idiom for this[int arg1]
ok, I will look into that.

mike



=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]