| c# Programming Glossary: recordblock1_classC# Developing .Net3.5 using reflection to get/set values to nested properties and/or nested fields http://stackoverflow.com/questions/19936888/c-sharp-developing-net3-5-using-reflection-to-get-set-values-to-nested-properti  contains simple properties will be used later public class RecordBlock1_class MyBase.BaseClass public byte Char get set public byte Color.. public byte Char get set public byte Color get set public RecordBlock1_class base 2  Char 0 Color 0  Data block class #2 contains simple.. public int Int1 get set public uint UInt1 get set public RecordBlock1_class ArrayField1 get set array of 12 public RecordBlock1_class ArrayField2.. 
 |