Dumps an object as a DUMP message
Namespace:
CDub.FireNetAssembly: CDub.FireNet (in CDub.FireNet)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void Dump( string label, Object data ) |
| Visual Basic (Declaration) |
|---|
Public Sub Dump ( _ label As String, _ data As Object _ ) |
| Visual C++ |
|---|
public: void Dump( String^ label, Object^ data ) |
Parameters
- label
- Type: System..::.String
Identifying label/key for the data being dumped
- data
- Type: System..::.Object
The data to dump