Show / Hide Table of Contents

Class BlankNodeCollectionToken

Token which represents Blank Node Collections.

Inheritance
System.Object
BaseToken
BlankNodeCollectionToken
Implements
IToken
Inherited Members
BaseToken._tokentype
BaseToken._startline
BaseToken._endline
BaseToken._startpos
BaseToken._endpos
BaseToken._value
BaseToken.TokenType
BaseToken.Value
BaseToken.StartLine
BaseToken.EndLine
BaseToken.StartPosition
BaseToken.EndPosition
BaseToken.Length
BaseToken.ToString()
BaseToken.GetHashCode()
object.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class BlankNodeCollectionToken : BaseToken, IToken

Constructors

| Improve this Doc View Source

BlankNodeCollectionToken(Stack<IToken>, int, int, int, int)

Creates a new Blank Node Collection Token.

Declaration
public BlankNodeCollectionToken(Stack<IToken> contents, int startline, int endline, int start, int end)
Parameters
Type Name Description
System.Collections.Generic.Stack<T><IToken> contents

Contents of the Blank Node Collection.

int startline

Line the Collection starts on.

int endline

Line the Collection ends on.

int start

Column the Collection starts at.

int end

Column the Collection ends at.

Properties

| Improve this Doc View Source

Collection

The Tokens contained in the Blank Node Collection.

Declaration
public Stack<IToken> Collection { get; }
Property Value
Type Description
System.Collections.Generic.Stack<T><IToken>

Implements

IToken

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • BlankNodeCollectionToken(Stack<IToken>, int, int, int, int)
  • Properties
    • Collection
  • Implements
  • Extension Methods
Back to top Generated by DocFX