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

See Also