Table of Contents

Class InMemoryIndexWrapperCollection

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class InMemoryIndexWrapperCollection : IEnumerable<InMemoryIndexWrapper>, IEnumerable
Inheritance
InMemoryIndexWrapperCollection
Implements
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

this[string]

public InMemoryIndexWrapper this[string name] { get; }

Parameters

name string

Property Value

InMemoryIndexWrapper

Names

public IEnumerable<string> Names { get; }

Property Value

IEnumerable<string>

Methods

Contains(string)

public bool Contains(string name)

Parameters

name string

Returns

bool

GetEnumerator()

public IEnumerator<InMemoryIndexWrapper> GetEnumerator()

Returns

IEnumerator<InMemoryIndexWrapper>