/// Initializes a new instance of <see cref='System.CodeDom.CodeAttributeDeclarationCollection'/>.
/// </para>
/// </devdoc>
publicCodeAttributeDeclarationCollection(){
}
/// <devdoc>
/// <para>
/// Initializes a new instance of <see cref='System.CodeDom.CodeAttributeDeclarationCollection'/> based on another <see cref='System.CodeDom.CodeAttributeDeclarationCollection'/>.
/// Initializes a new instance of <see cref='System.CodeDom.CodeAttributeDeclarationCollection'/> containing any array of <see cref='System.CodeDom.CodeAttributeDeclaration'/> objects.
/// <para>Copies the <see cref='System.CodeDom.CodeAttributeDeclarationCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the
/// <para>Returns the index of a <see cref='System.CodeDom.CodeAttributeDeclaration'/> in
/// the <see cref='System.CodeDom.CodeAttributeDeclarationCollection'/> .</para>
/// </devdoc>
publicintIndexOf(CodeAttributeDeclarationvalue){
returnList.IndexOf(value);
}
/// <devdoc>
/// <para>Inserts a <see cref='System.CodeDom.CodeAttributeDeclaration'/> into the <see cref='System.CodeDom.CodeAttributeDeclarationCollection'/> at the specified index.</para>