Table of Contents

Class PhysicalMemoryDeviceCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of physical memory devices.

public class PhysicalMemoryDeviceCollection : Collection<PhysicalMemoryDevice>, IList<PhysicalMemoryDevice>, ICollection<PhysicalMemoryDevice>, IList, ICollection, IReadOnlyList<PhysicalMemoryDevice>, IReadOnlyCollection<PhysicalMemoryDevice>, IEnumerable<PhysicalMemoryDevice>, IEnumerable
Inheritance
PhysicalMemoryDeviceCollection
Implements
Inherited Members

Constructors

PhysicalMemoryDeviceCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.PhysicalMemoryDeviceCollection class.

public PhysicalMemoryDeviceCollection()

Methods

FindByTag(string)

Returns the CENTREL.XIA.Configuration.Types.PhysicalMemoryDevice with the specified tag, or null if no CENTREL.XIA.Configuration.Types.PhysicalMemoryDevice with that tag is found.

public PhysicalMemoryDevice FindByTag(string tag)

Parameters

tag string

The tag of the CENTREL.XIA.Configuration.Types.PhysicalMemoryDevice to locate.

Returns

PhysicalMemoryDevice

The CENTREL.XIA.Configuration.Types.PhysicalMemoryDevice with the specified tag.

Sort()

Sorts the values in the collection.

public void Sort()