[Missing <summary> documentation for "P:Akka.Event.LogMessage.Args"]
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Object[] Args { get; }
Public ReadOnly Property Args As Object()
Get
public:
property array<Object^>^ Args {
array<Object^>^ get ();
}
member Args : Object[] with get
Property Value
Type:
Object
See Also