| CallerInfoLineNumber Property |
[This is preliminary documentation and is subject to change.]
Gets the line number.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public int LineNumber { get; }
Public ReadOnly Property LineNumber As Integer
Get
public:
property int LineNumber {
int get ();
}
member LineNumber : int with get
Property Value
Type:
Int32Line number.
See Also