ClassDefaultFragments
Class
Provides a default implementation of the IFragments interface that stores a collection of fragments.
Definition
Namespace:Telerik.Documents.AI.RAG
Assembly:Telerik.Documents.AI.RAG.dll
Syntax:
cs-api-definition
public class DefaultFragments : IFragments
Inheritance: objectDefaultFragments
Implements:
Constructors
DefaultFragments(IFragment[])
Initializes a new instance of the DefaultFragments class with the specified fragments.
Declaration
cs-api-definition
public DefaultFragments(IFragment[] strings)
Parameters
strings
IFragment[]
An array of fragments to be used. Cannot be null.