예제 #1
0
 public bool Check(bool repair = false, TextWriter logWriter = null)
 {
     return(MemoMapFormatter.CheckMap(this, repair, logWriter));
 }
예제 #2
0
 public static MemoMap Parse(TextReader reader)
 {
     return(MemoMapFormatter.ParseMap(reader));
 }
예제 #3
0
 public override string ToString()
 {
     return(MemoMapFormatter.MapToString(this));
 }