In This Article

StructureMatchResultCollection Class

Represents a collection of an IStructureMatchResult objects.

public class StructureMatchResultCollection : SimpleObservableCollection<IStructureMatchResult>, IStructureMatchResultCollection
Inheritance:
object Collection<IStructureMatchResult> SimpleObservableCollection<IStructureMatchResult> object
Implements:
IStructureMatchResultCollection

Constructors

StructureMatchResultCollection()

Initializes an instance of the class.

public StructureMatchResultCollection()

Properties

IsReadOnly

Gets whether the collection is allowed to be modified.

public override bool IsReadOnly { get; }

Property Value

bool:

true if the collection is allowed to be modified; otherwise, false.

Inherited Members