CSharp.Declaration Method (NRStruct)NReflect
Gets the NRStruct as a C# string. Only the head of the struct is returned.

Namespace: NReflect.NRCode
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public static string Declaration(
	this NRStruct nrStruct
)

Return Value

A string representing the struct header.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NRStruct. When you use instance method syntax to call this method, omit the first parameter. For more information, see OnlineExtension Methods (Visual Basic) or OnlineExtension Methods (C# Programming Guide).
See Also