Class ResultCollection
Represents a collection of SHACL validation results.
Inheritance
System.Object
ResultCollection
Implements
System.Collections.Generic.ICollection<T><Result>
System.Collections.Generic.IEnumerable<T><Result>
System.Collections.IEnumerable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Shacl.Validation
Assembly: dotNetRdf.Shacl.dll
Syntax
public class ResultCollection : ICollection<Result>, IEnumerable<Result>, IEnumerable
Implements
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable