System.CodeDom.CodeConstructor.ChainedConstructorArgs Property

Gets the collection of chained constructor arguments.

Syntax

public CodeExpressionCollection ChainedConstructorArgs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the System.CodeDom.CodeConstructor overloads another constructor of the same type, this collection contains any arguments to pass to the overloaded type constructor. To call a constructor for the current type 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