Class CultureCollection
Collection class for Culture. Provides convenient properties for setting a property on multiple objects at once.
Inheritance
CultureCollection
Assembly: TOMWrapper.dll
Syntax
public sealed class CultureCollection : TabularObjectCollection<Culture>, INotifyCollectionChanged, IReadOnlyList<Culture>, IReadOnlyCollection<Culture>, IEnumerable<Culture>, IEnumerable
Properties
Count
The number of items in this collection.
Declaration
public override int Count { get; }
Property Value
Overrides
Methods
FromJson(string)
Declaration
public void FromJson(string json)
Parameters
Type |
Name |
Description |
string |
json |
|
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public override IEnumerator<Culture> GetEnumerator()
Returns
Overrides
ToJson()
Declaration
Returns
Implements
Extension Methods