Represents a constructor in the class.
[Visual Basic] Public Interface ICodeConstructor Implements ICodeMember, ICodeElement [C#] public interface ICodeConstructor : ICodeMember, ICodeElement [C++] public __gc __interface ICodeConstructor : public ICodeMember, ICodeElement
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Undone. This interface is not yet complete.
Namespace: System.ComponentModel.Design.CodeModel
Assembly: System.dll
ICodeConstructor Members | System.ComponentModel.Design.CodeModel Namespace