How to pass a C# list variable to another C# method?

When one calls a method, generally the AML is passed. Is there a way to pass a C# variable so I won't have to regex a string that it casts into when I pass it as I do currently in an AML tag attribute.

Such like access it some other way than AML for a C# to C# calling.

Best Regards,

Frank

Parents Reply Children