R
Robert Scheer
Hi.
I am trying to port a library from C# to VB.NET. I have 95% of this
code already ported, but I do not know how to translate the line
below:
public override ProblemCollection Check(Member member)
{
Method method = member as Method;
....
}
What kind of construct is this? Is there an equivalent construct in
VB.NET?
Regards,
Robert Scheer
I am trying to port a library from C# to VB.NET. I have 95% of this
code already ported, but I do not know how to translate the line
below:
public override ProblemCollection Check(Member member)
{
Method method = member as Method;
....
}
What kind of construct is this? Is there an equivalent construct in
VB.NET?
Regards,
Robert Scheer