Click here to Skip to main content
15,885,904 members
Home / Discussions / C#
   

C#

 
GeneralRe: using gdi+ in mfc..problem Pin
Dave Kreskowiak28-Jan-05 6:34
mveDave Kreskowiak28-Jan-05 6:34 
GeneralSocket question... [C# but not only] Pin
Daniele Mancini27-Jan-05 17:49
Daniele Mancini27-Jan-05 17:49 
GeneralRe: Socket question... [C# but not only] Pin
J4amieC27-Jan-05 22:25
J4amieC27-Jan-05 22:25 
GeneralRe: Socket question... [C# but not only] Pin
Daniele Mancini28-Jan-05 1:08
Daniele Mancini28-Jan-05 1:08 
GeneralRe: Socket question... [C# but not only] Pin
jzb27-Jan-05 23:55
jzb27-Jan-05 23:55 
GeneralRe: Socket question... [C# but not only] Pin
Daniele Mancini28-Jan-05 1:16
Daniele Mancini28-Jan-05 1:16 
GeneralRe: Socket question... [C# but not only] Pin
Member 132576628-Jan-05 16:45
Member 132576628-Jan-05 16:45 
GeneralHELP pls!!!! Pin
Gregg Holter27-Jan-05 15:31
Gregg Holter27-Jan-05 15:31 
I would like to create a class that could be used to return values. I stored those values in a property so at times I will just retrieve it. My class looks like this:

Class1<br />
{<br />
 private string _name;<br />
<br />
 public Class1(){}<br />
<br />
 public string Name<br />
 { get { return _name; }<br />
   set { _name = value; }<br />
 }<br />
}


My problem now, lies here: I would like to call those property in a way that "name" variable is an array-like? Meaning if i will use this class, I could have code like this:

Class1 c1 = new Class1();<br />
string name1 = c1.Name[0];<br />
string name2 = c1.Name[1];<br />
...<br />
...<br />
...


Could anyone tell me if it's possible to have a property which is array-like? If yes, how is it done? Thank you very much!!!Smile | :) Smile | :) Smile | :)
GeneralRe: HELP pls!!!! Pin
Yulianto.27-Jan-05 16:08
Yulianto.27-Jan-05 16:08 
GeneralRe: HELP pls!!!! Pin
Robert Rohde27-Jan-05 20:12
Robert Rohde27-Jan-05 20:12 
GeneralRe: HELP pls!!!! Pin
Daniele Mancini28-Jan-05 1:27
Daniele Mancini28-Jan-05 1:27 
GeneralRe: HELP pls!!!! Pin
Gregg Holter28-Jan-05 16:50
Gregg Holter28-Jan-05 16:50 
GeneralRe: HELP pls!!!! Pin
S. Senthil Kumar28-Jan-05 8:14
S. Senthil Kumar28-Jan-05 8:14 
GeneralRe: HELP pls!!!! Pin
Gregg Holter28-Jan-05 16:51
Gregg Holter28-Jan-05 16:51 
GeneralTreeview Pin
StephenMcAllister27-Jan-05 14:57
StephenMcAllister27-Jan-05 14:57 
GeneralRe: Treeview Pin
Robert Rohde27-Jan-05 20:14
Robert Rohde27-Jan-05 20:14 
GeneralValue of Custom Attribute on Enum Pin
Paul Watson27-Jan-05 14:08
sitebuilderPaul Watson27-Jan-05 14:08 
GeneralRe: Value of Custom Attribute on Enum Pin
leppie27-Jan-05 20:08
leppie27-Jan-05 20:08 
GeneralCrystal Report Deployment Problem.. Pin
Shady Aly27-Jan-05 13:05
Shady Aly27-Jan-05 13:05 
GeneralRe: Crystal Report Deployment Problem.. Pin
DougW4830-Jan-05 16:59
DougW4830-Jan-05 16:59 
GeneralCompile Problems Pin
thepersonof27-Jan-05 10:57
thepersonof27-Jan-05 10:57 
GeneralRe: Compile Problems Pin
thepersonof28-Jan-05 9:01
thepersonof28-Jan-05 9:01 
GeneralKilling applications Pin
Esmo200027-Jan-05 9:55
Esmo200027-Jan-05 9:55 
GeneralRe: Killing applications Pin
Dave Kreskowiak27-Jan-05 10:48
mveDave Kreskowiak27-Jan-05 10:48 
GeneralRe: Killing applications Pin
Dennis C. Dietrich27-Jan-05 11:09
Dennis C. Dietrich27-Jan-05 11:09 

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.