AssemblyAttributeCollection.

this[int] Property

Summary

Gets or sets the element at the specified index.

Syntax

[System.Runtime.CompilerServices.IndexerName("Item")]
public AssemblyAttribute this[int index] { get; set; }

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
index int

Value

Type Description
AssemblyAttribute