Interface ITypeInfoLocalization
Interface for type information localization.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Reflection.Localization
Assembly: Kephas.Core.dll
Syntax
public interface ITypeInfoLocalization : IElementInfoLocalization, ILocalization, IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceMembers
Gets a dictionary of members' localizations.
Declaration
IDictionary<string, IMemberInfoLocalization> Members { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, IMemberInfoLocalization> | The members' localizations. |