UnknownTypeDataItem Constructor |
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic UnknownTypeDataItem(
string line,
char delim,
int numCells
)
Public Sub New (
line As String,
delim As Char,
numCells As Integer
)
public:
UnknownTypeDataItem(
String^ line,
wchar_t delim,
int numCells
)
new :
line : string *
delim : char *
numCells : int -> UnknownTypeDataItem
Parameters
- line
- Type: SystemString
- delim
- Type: SystemChar
- numCells
- Type: SystemInt32
See Also