Table of Contents

Interface IMetadataDictionary

Namespace
Savvyio
Assembly
Savvyio.Core.dll

Defines a generic way to support metadata capabilities.

public interface IMetadataDictionary : IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
Inherited Members

See Also

IDictionary<TKey, TValue>