| CallerInfo Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
CallerInfo class.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public CallerInfo(
string filePath,
string memberName,
int lineNumber
)
Public Sub New (
filePath As String,
memberName As String,
lineNumber As Integer
)
public:
CallerInfo(
String^ filePath,
String^ memberName,
int lineNumber
)
new :
filePath : string *
memberName : string *
lineNumber : int -> CallerInfo
Parameters
- filePath
- Type: SystemString
File path. - memberName
- Type: SystemString
Member name. - lineNumber
- Type: SystemInt32
Line number.
See Also