I have the following piece of code, and I have no idea what the ?
means in the construct.
What is it doing?
myObj_Request r = new myObj_Request(); //instantiate intial object
r.Channels = new ChannelSequence(); //initial object has another object in channels
r.Channels.ChannelType = new ChannelType?[5] { .. } // ok so we have 5 channeltypes...
// but that ? infront of [5] ?