Пример #1
0
 internal override bool ReadMapStart(out string typeName, out ClassDefinition typeDef)
 {
     typeName = IsType() ? ReadType() : null;
     typeDef  = null;
     return(true);
 }
Пример #2
0
 internal abstract bool ReadMapStart(out string typeName, out ClassDefinition typeDef);