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!

CodeConstructor Properties

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

Public:

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

See Also

CodeConstructor Class | System.CodeDOM Namespace