Gets the NRField as a C# string.
Namespace: NReflect.NRCodeAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
Parameters
- field
- Type: NReflect.NRMembers.NRField
The field to get the code for.
Return Value
A string representing the field.Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NRField. When you use instance method syntax to call this method, omit the first parameter. For more information, see

See Also