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!

CodeMemberMethod Properties

The properties of the CodeMemberMethod class are listed below. For a complete list of CodeMemberMethod class members, see the CodeMemberMethod Members topic.

Public:

Attributes (inherited from CodeClassMember) The attributes of the member.
CustomAttributes (inherited from CodeClassMember) The custom attributes of the member.
ImplementsType [To be supplied.]
LinePragma (inherited from CodeStatement) The line the statement occurs on.
Name (inherited from CodeClassMember) The name of the member.
Parameters Gets or sets the parameter declarations for the method.
ReturnType Gets or sets the return type of the method.
Statements Gets or sets the statements within the method.

See Also

CodeMemberMethod Class | System.CodeDOM Namespace