Show / Hide Table of Contents

Interface ICollapseLiteralsWriter

Interface for Writers that support collapsing distinct literal nodes.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public interface ICollapseLiteralsWriter

Properties

| Improve this Doc View Source

CollapseLiterals

Controls whether to collapse distinct literal nodes.
Declaration
bool CollapseLiterals { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • CollapseLiterals
  • Extension Methods
Back to top Generated by DocFX