Re: How to pass arguments to a property in C#?
- From: "James Curran" <jamescurran@xxxxxxxx>
- Date: Mon, 16 May 2005 12:50:25 -0400
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:u3Hg#y7VFHA.3540@xxxxxxxxxxxxxxxxxxxxxxx
> obj.Field( "string1", "string2", 3)
>
> Is that a method or a property being called?
>
> In C# you know it;s a method. What about with the code provided by the OP
?
Well, since nothing is assigned to it, nor assigned from it, it would
have to be a method in any language, right? ;-)
--
--
Truth,
James Curran
[erstwhile VC++ MVP]
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
.
- Follow-Ups:
- Re: How to pass arguments to a property in C#?
- From: Michael S
- Re: How to pass arguments to a property in C#?
- References:
- Re: How to pass arguments to a property in C#?
- From: Jon Skeet [C# MVP]
- Re: How to pass arguments to a property in C#?
- From: Michael S
- Re: How to pass arguments to a property in C#?
- From: Ignacio Machin \( .NET/ C# MVP \)
- Re: How to pass arguments to a property in C#?
- Prev by Date: Re: Trying to convert a macro from C++ to C# What does this do?
- Next by Date: Help with CollectionBase
- Previous by thread: Re: How to pass arguments to a property in C#?
- Next by thread: Re: How to pass arguments to a property in C#?
- Index(es):
Relevant Pages
|