StructureMatchResultSet Class
Stores the results of a structure match operation.
public class StructureMatchResultSet : IStructureMatchResultSet
- Inheritance:
- object object
- Implements:
- IStructureMatchResultSet
Constructors
StructureMatchResultSet(IStructureMatchResultCollection?)
Stores the results of a structure match operation.
public StructureMatchResultSet(IStructureMatchResultCollection? results)
| Parameter | Type | Description |
|---|---|---|
| results | IStructureMatchResultCollection | The collection of IStructureMatchResult objects. |
Properties
Results
The collection of IStructureMatchResult objects.
public IStructureMatchResultCollection Results { get; }
Property Value
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()