Gets the NRAttribute 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 NRAttribute attribute, bool returnAttribute = false )
Parameters
- attribute
- Type: NReflect.NRAttributes.NRAttribute
The NRAttribute to convert.
- returnAttribute (Optional)
- Type:
System.Boolean
Set to true if the attribute is taken from a return value.
Return Value
The NRAttribute as a string.Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type NRAttribute. When you use instance method syntax to call this method, omit the first parameter. For more information, see

See Also