Пример #1
0
 protected LibconfigObject(LibconfigTypes confType, int line)
 {
     ConfType = confType;
     Line     = line;
     //Length = 1;
 }
Пример #2
0
 protected LibconfigArrayBase(LibconfigTypes confType, int line) : base(confType, line)
 {
 }