Initializes a new instance of CodeAttributeArgument using the specified name and value.
[Visual Basic] Overloads Public Sub New( _ ByVal name As String, _ ByVal value As CodeExpression _ ) [C#] public CodeAttributeArgument( string name, CodeExpression value ); [C++] public: CodeAttributeArgument( String* name, CodeExpression* value ); [JScript] public function CodeAttributeArgument( name : String, value : CodeExpression );
CodeAttributeArgument Class | CodeAttributeArgument Members | System.CodeDOM Namespace | CodeAttributeArgument Constructor Overload List | CodeExpression