TexfileLines(String) Constructor
Prevents a default instance of the
TexfileLines class from being created.
Namespace: DevCase.Core.DataProcessing.TextFilesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public TexfileLines(
string text
)
Public Sub New (
text As String
)
Dim text As String
Dim instance As New TexfileLines(text)
public:
TexfileLines(
String^ text
)
new :
text : string -> TexfileLines
No code example is currently available or this language may not be supported.
Parameters
- text String
-
The text content.