Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
QuestionSelecting elements from array at specific indices Pin
Chesnokov Yuriy17-May-11 1:25
professionalChesnokov Yuriy17-May-11 1:25 
AnswerRe: Selecting elements from array at specific indices Pin
Luc Pattyn17-May-11 1:54
sitebuilderLuc Pattyn17-May-11 1:54 
AnswerRe: Selecting elements from array at specific indices Pin
Chesnokov Yuriy17-May-11 1:58
professionalChesnokov Yuriy17-May-11 1:58 
GeneralRe: Selecting elements from array at specific indices Pin
Luc Pattyn17-May-11 2:01
sitebuilderLuc Pattyn17-May-11 2:01 
AnswerRe: Selecting elements from array at specific indices Pin
Wayne Gaylard17-May-11 3:48
professionalWayne Gaylard17-May-11 3:48 
AnswerRe: Selecting elements from array at specific indices Pin
Luc Pattyn17-May-11 4:17
sitebuilderLuc Pattyn17-May-11 4:17 
GeneralRe: Selecting elements from array at specific indices Pin
Wayne Gaylard17-May-11 4:24
professionalWayne Gaylard17-May-11 4:24 
GeneralRe: Selecting elements from array at specific indices Pin
Chesnokov Yuriy17-May-11 7:15
professionalChesnokov Yuriy17-May-11 7:15 
thanks for the hint, would you be able to solve assignement in one statement?
there is array of ints and array of objects with public int MyValue property.
the number of elements in both arrays are equal.
How to assign those all ints to every object MyValue in one pass?

for (int i = 0; i < ints.Length; i++)
  objects[i].MyValue = ints[i];

Чесноков

GeneralRe: Selecting elements from array at specific indices Pin
Pete O'Hanlon17-May-11 9:17
mvePete O'Hanlon17-May-11 9:17 
GeneralRe: Selecting elements from array at specific indices Pin
Chesnokov Yuriy17-May-11 20:43
professionalChesnokov Yuriy17-May-11 20:43 
AnswerRe: Selecting elements from array at specific indices Pin
AspDotNetDev17-May-11 9:32
protectorAspDotNetDev17-May-11 9:32 
AnswerRe: Selecting elements from array at specific indices PinPopular
AspDotNetDev17-May-11 5:41
protectorAspDotNetDev17-May-11 5:41 
GeneralRe: Selecting elements from array at specific indices Pin
Chesnokov Yuriy17-May-11 7:16
professionalChesnokov Yuriy17-May-11 7:16 
QuestionTable in c# Pin
MiguelSanchezCuarental17-May-11 0:47
MiguelSanchezCuarental17-May-11 0:47 
AnswerRe: Table in c# Pin
Pete O'Hanlon17-May-11 0:59
mvePete O'Hanlon17-May-11 0:59 
AnswerRe: Table in c# Pin
Luc Pattyn17-May-11 1:01
sitebuilderLuc Pattyn17-May-11 1:01 
GeneralRe: Table in c# Pin
MiguelSanchezCuarental17-May-11 1:09
MiguelSanchezCuarental17-May-11 1:09 
GeneralRe: Table in c# Pin
Luc Pattyn17-May-11 1:29
sitebuilderLuc Pattyn17-May-11 1:29 
GeneralRe: Table in c# Pin
MiguelSanchezCuarental17-May-11 1:45
MiguelSanchezCuarental17-May-11 1:45 
Questionconvert panel value into image in c# Pin
maheshvaran16-May-11 21:17
maheshvaran16-May-11 21:17 
AnswerRe: convert panel value into image in c# Pin
OriginalGriff16-May-11 22:10
mveOriginalGriff16-May-11 22:10 
GeneralRe: convert panel value into image in c# Pin
SilimSayo17-May-11 7:37
SilimSayo17-May-11 7:37 
GeneralRe: convert panel value into image in c# Pin
OriginalGriff17-May-11 8:13
mveOriginalGriff17-May-11 8:13 
GeneralRe: convert panel value into image in c# Pin
Pete O'Hanlon17-May-11 9:41
mvePete O'Hanlon17-May-11 9:41 
AnswerRe: convert panel value into image in c# Pin
Smart Arab16-May-11 22:35
Smart Arab16-May-11 22:35 

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.