|
UVACanvasAccess
|


Public Member Functions | |
| QualifiedId (ulong id) | |
| QualifiedId (ulong id, ContextType type) | |
| string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object. | |
Static Public Member Functions | |
| static implicit | operator QualifiedId (ulong id) |
| static implicit | operator QualifiedId (int id) |
Properties | |
| ContextType | Type [get] |
| ulong | Id [get] |
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.