Class LocaleCollection
Inheritance
LocaleCollection
Assembly: DotNetNuke.dll
Syntax
public class LocaleCollection : NameObjectCollectionBase, ICollection, IEnumerable, ISerializable, IDeserializationCallback
Constructors
LocaleCollection()
Declaration
public LocaleCollection()
Properties
AllKeys
Declaration
public string[] AllKeys { get; }
Property Value
AllValues
Declaration
public Array AllValues { get; }
Property Value
HasKeys
Declaration
public bool HasKeys { get; }
Property Value
this[int]
Declaration
public DictionaryEntry this[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
this[string]
Declaration
public Locale this[string key] { get; set; }
Parameters
Type |
Name |
Description |
string |
key |
|
Property Value
Methods
Add(string, object)
Declaration
public void Add(string key, object value)
Parameters
Remove(string)
Declaration
public void Remove(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Implements
Extension Methods