<PackageReference Include="System.Security.Permissions" Version="5.0.0-preview.1.20120.5" />

PerformanceCounterPermissionEntryCollection

Contains a strongly typed collection of PerformanceCounterPermissionEntry objects.
public PerformanceCounterPermissionEntry this[int index] { get; set; }

Gets or sets the object at a specified index.

Adds a specified PerformanceCounterPermissionEntry to this collection.

Appends a set of specified permission entries to this collection.

Appends a set of specified permission entries to this collection.

Determines whether this collection contains a specified PerformanceCounterPermissionEntry object.

public void CopyTo(PerformanceCounterPermissionEntry[] array, int index)

Copies the permission entries from this collection to an array, starting at a particular index of the array.

Determines the index of a specified permission entry in this collection.

public void Insert(int index, PerformanceCounterPermissionEntry value)

Inserts a permission entry into this collection at a specified index.

Removes a specified permission entry from this collection.