Initializes a new instance of CodeAttributeBlock using the specified attribute(s).
[Visual Basic] Overloads Public Sub New( _ ByVal attributes() As CodeAttributeDeclaration _ ) [C#] public CodeAttributeBlock( CodeAttributeDeclaration[] attributes ); [C++] public: CodeAttributeBlock( CodeAttributeDeclaration* attributes[] ); [JScript] public function CodeAttributeBlock( attributes : CodeAttributeDeclaration[] );
CodeAttributeBlock Class | CodeAttributeBlock Members | System.CodeDOM Namespace | CodeAttributeBlock Constructor Overload List