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