Click or drag to resize

PrintDelegate Delegate

[Missing <summary> documentation for "T:Demo3D.Visuals.PrintDelegate"]


Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public delegate void PrintDelegate(
	Object message,
	string memberName = "",
	string sourceFilePath = "",
	int sourceLineNumber = 0
)

Parameters

message  Object
 
memberName  String  (Optional)
 
sourceFilePath  String  (Optional)
 
sourceLineNumber  Int32  (Optional)
 
See Also