Forum Discussion
umair_chagani
13 years agoNew Contributor
Is this available for C# also?
Let me be a bit more clear. What I would like to do is something like this:
public var GetControl (string pathTocontrol)
{
return Connect.SomeMethodThatTakesAStringAndReturnsAVar(pathToControl);
}
I hope that was more clear.
Let me be a bit more clear. What I would like to do is something like this:
public var GetControl (string pathTocontrol)
{
return Connect.SomeMethodThatTakesAStringAndReturnsAVar(pathToControl);
}
I hope that was more clear.