コード例 #1
0
ファイル: CodexTypes.cs プロジェクト: kittinap/kunnjae
 public static CodexRefKind Read(TextReader reader)
 {
     return(KindBase.Read(reader, new CodexRefKind()));
 }
コード例 #2
0
ファイル: CodexTypes.cs プロジェクト: kittinap/kunnjae
 public static CodexClassification Read(TextReader reader)
 {
     return(KindBase.Read(reader, new CodexClassification()));
 }