Gets or sets the chained constructor arguments.
[Visual Basic] Public ReadOnly Property ChainedConstructorArgs As _ CodeExpressionCollection [C#] public CodeExpressionCollection ChainedConstructorArgs {get;} [C++] public: __property CodeExpressionCollection* get_ChainedConstructorArgs(); [JScript] public function get ChainedConstructorArgs() : CodeExpressionCollection;
A CodeExpressionCollection that represents the chained constructor arguments.
CodeConstructor Class | CodeConstructor Members | System.CodeDOM Namespace | CodeExpressionCollection