Click or drag to resize
CallerInfo Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the CallerInfo class.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public CallerInfo(
	string filePath,
	string memberName,
	int lineNumber
)

Parameters

filePath
Type: SystemString
File path.
memberName
Type: SystemString
Member name.
lineNumber
Type: SystemInt32
Line number.
See Also