4
I wanted to know if there is any simple way to convert a vector of objects A to a vector of objects of type B, which follow the second structure:
Object A
{
aId: number;
aNome: string;
aDesc: string;
}
Object B
{
bId: number;
bNome: string;
}
I’m going to receive a vector of A and I want to pass a vector of B, is there some simple method of doing this?
Why so much negative?
– Jéf Bueno
I ask myself the same question... I need to improve the description of something? .___.
– Felipe Avelar