Provides access to a list of literal values attached to a BrightstarEntityObject.

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public class LiteralsCollection<T> : ICollection<T>, 
	IEnumerable<T>, IEnumerable, INotifyCollectionChanged
Visual Basic
Public Class LiteralsCollection(Of T)
	Implements ICollection(Of T), IEnumerable(Of T), 
	IEnumerable, INotifyCollectionChanged
Visual C++
generic<typename T>
public ref class LiteralsCollection : ICollection<T>, 
	IEnumerable<T>, IEnumerable, INotifyCollectionChanged
F#
type LiteralsCollection<'T> =  
    class
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IEnumerable
        interface INotifyCollectionChanged
    end

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:BrightstarDB.EntityFramework.LiteralsCollection`1"]

Inheritance Hierarchy

System..::..Object
  BrightstarDB.EntityFramework..::..LiteralsCollection<(Of <(<'T>)>)>

See Also