NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeMethodReturnStatement Class

Represents a return statement.

Object
   CodeStatement
      CodeMethodReturnStatement

[Visual Basic]
Public Class CodeMethodReturnStatement
   Inherits CodeStatement
[C#]
public class CodeMethodReturnStatement : CodeStatement
[C++]
public __gc class CodeMethodReturnStatement : public CodeStatement
[JScript]
public class CodeMethodReturnStatement extends CodeStatement

Remarks

The expression should be a null reference (in Visual Basic Nothing) for subroutines, and set to something other than a null reference (Nothing) for functions.

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

CodeMethodReturnStatement Members | System.CodeDOM Namespace