Exemplo n.º 1
0
 public static CodexRefKind Read(TextReader reader)
 {
     return(KindBase.Read(reader, new CodexRefKind()));
 }
Exemplo n.º 2
0
 public static CodexClassification Read(TextReader reader)
 {
     return(KindBase.Read(reader, new CodexClassification()));
 }