Interface IRuntimeElementInfo
Interface for dynamic element information.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Runtime
Assembly: Kephas.Core.dll
Syntax
public interface IRuntimeElementInfo : IElementInfo, IExpando, IDynamicMetaObjectProvider, IIndexable, IAttributeProvider
Methods
| Improve this Doc View SourceGetUnderlyingElementInfo()
Gets the underlying element information.
Declaration
ICustomAttributeProvider GetUnderlyingElementInfo()
Returns
Type | Description |
---|---|
System.Reflection.ICustomAttributeProvider | The underlying element information. |