Interface IDictionaryElementProperty
Interface over a property representing a untyped dictionary element.
Namespace: Unity.Properties
Syntax
public interface IDictionaryElementProperty : ICollectionElementProperty
Properties
ObjectKey
The key of this property in the dictionary.
Declaration
object ObjectKey { get; }
Property Value
Type | Description |
---|---|
Object |