System.CodeDom.CodeConstructor.BaseConstructorArgs Property

Gets the collection of base constructor arguments.

Syntax

public CodeExpressionCollection BaseConstructorArgs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the System.CodeDom.CodeConstructor overloads a base class constructor, this collection contains any arguments to pass to a base class constructor. To call a base class constructor with no arguments, set a System.CodeDom.CodeSnippetExpression containing an empty string ("") to this collection.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0