Class InMemoryRelationCollection
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public class InMemoryRelationCollection : List<InMemoryRelation>, IList<InMemoryRelation>, ICollection<InMemoryRelation>, IList, ICollection, IReadOnlyList<InMemoryRelation>, IReadOnlyCollection<InMemoryRelation>, IEnumerable<InMemoryRelation>, IEnumerable
- Inheritance
-
InMemoryRelationCollection
- Implements
- Inherited Members
Constructors
InMemoryRelationCollection(IEnumerable<InMemoryRelation>)
public InMemoryRelationCollection(IEnumerable<InMemoryRelation> collection)
Parameters
collection
IEnumerable<InMemoryRelation>