Table of Contents

Class CultureCollection

Inheritance
CultureCollection
Implements
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Collection class for Culture. Provides convenient properties for setting a property on multiple objects at once.

public sealed class CultureCollection : TabularObjectCollection<Culture>, INotifyCollectionChanged, IReadOnlyList<Culture>, IReadOnlyCollection<Culture>, IEnumerable<Culture>, IEnumerable
Extension Methods

Properties

Count

The number of items in this collection.

public override int Count { get; }

Property Value

Type Description
int

Methods

FromJson(string)

public void FromJson(string json)

Parameters

Type Name Description
string json

GetEnumerator()

Returns an enumerator that iterates through the collection.

public override IEnumerator<Culture> GetEnumerator()

Returns

Type Description
IEnumerator<Culture>

ToJson()

public string ToJson()

Returns

Type Description
string