eric bonito
eric bonito
CC#
Created by eric bonito on 1/3/2024 in #help
Hi is it possible to allow parametersArray to contain an instance variable?
Here is the ugly fix I am doing for now:

else if (expectedType.IsByRef)
{
if (expectedType.GetElementType() == typeof(string))
{tempString = ____
....

else if (expectedType.IsByRef)
{
if (expectedType.GetElementType() == typeof(string))
{tempString = ____
....
Basically Im using a bunch of elseif statements for a string vs int vs double
3 replies
CC#
Created by eric bonito on 7/28/2023 in #help
❔ Polyglot simple message
Yes but what happens when it is part of a class?
9 replies