AnalysisResultColT Class

Represents a collection of AnalysisResult entries.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public class AnalysisResultCol<T> : IEnumerable<T>, 
	IEnumerable
where T : AnalysisResult
Inheritance
Object    AnalysisResultColT
Implements
IEnumerableT, IEnumerable

Type Parameters

T

Methods

Count 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetEnumerator 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also