Gets a list of NRParameters as a C# string.
Namespace: NReflect.NRCodeAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public static string Declaration( this IEnumerable<NRParameter> parameters )
Parameters
- parameters
- Type:
System.Collections.Generic.IEnumerable<NRParameter>
The parameters to get the code for.
Return Value
A string representing the parameters.Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type


See Also