public AttributeWriter(NamespaceImperativeLanguageWriter writer) { stackVariable2 = new String[3]; stackVariable2[0] = "System.ParamArrayAttribute"; stackVariable2[1] = "System.Runtime.CompilerServices.IteratorStateMachineAttribute"; stackVariable2[2] = "Microsoft.VisualBasic.CompilerServices.StandardModuleAttribute"; this.attributesNotToShow = new HashSet <string>(stackVariable2); this.securityAttributeToDeclaration = new Dictionary <SecurityAttribute, SecurityDeclaration>(); base(); this.genericWriter = writer; return; }
public AttributeWriter(NamespaceImperativeLanguageWriter writer) { genericWriter = writer; }