CodeAttributeArgument(string name, CodeExpression value)
Initializes a new instance of the T:System.CodeDom.CodeAttributeArgument class using the specified na...
Represents an argument used in a metadata attribute declaration.
CodeAttributeArgument()
Initializes a new instance of the T:System.CodeDom.CodeAttributeArgument class.
string Name
Gets or sets the name of the attribute.
CodeExpression Value
Gets or sets the value for the attribute argument.
Represents a code expression. This is a base class for other code expression objects that is never in...
Specifies that the class can be serialized.
CodeAttributeArgument(CodeExpression value)
Initializes a new instance of the T:System.CodeDom.CodeAttributeArgument class using the specified va...
ClassInterfaceType
Identifies the type of class interface that is generated for a class.