[Missing <summary> documentation for "M:P.Runtime.StateImpl.Trace(System.String,System.Object[])"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Trace(
string message,
params Object[] arguments
)
Public Sub Trace (
message As String,
ParamArray arguments As Object()
)
public:
void Trace(
String^ message,
... array<Object^>^ arguments
)
member Trace :
message : string *
arguments : Object[] -> unit
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:P.Runtime.StateImpl.Trace(System.String,System.Object[])"]
- arguments
- Type: SystemObject
[Missing <param name="arguments"/> documentation for "M:P.Runtime.StateImpl.Trace(System.String,System.Object[])"]
See Also