MCPcopy Create free account
hub / github.com/bwapi/bwapi / ToString

Method ToString

bwapi/BWMemoryEdit/BW/Rect.cs:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 public UInt16 bottom { get; set; }
19
20 public override string ToString()
21 {
22 return "(" + left + ", " + top + ", " + right + ", " + bottom + ")";
23 }
24 }
25}

Callers 1

refreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected