Class SkosOrderedCollection
Represents an ordered group of SKOS concepts.
Inherited Members
Namespace: VDS.RDF.Skos
Assembly: dotNetRdf.Skos.dll
Syntax
public class SkosOrderedCollection : SkosCollection
Constructors
| Edit this page View SourceSkosOrderedCollection(INode, IGraph)
Creates a new ordered collection for the given resource.
Declaration
public SkosOrderedCollection(INode resource, IGraph graph)
Parameters
| Type | Name | Description |
|---|---|---|
| INode | resource | Resource representing the ordered collection. |
| IGraph | graph | The graph containing the collection. |
Properties
| Edit this page View SourceMemberList
Gets the ordered list of members of the collection.
Declaration
public IEnumerable<SkosMember> MemberList { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<SkosMember> |