MetadataItems Class

Summary

A collection of metadata items.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IList<MetadataItem>"] Type-.->Interface1["IList<KeyValuePair<string, Object>>"] Type["MetadataItems"] class Type type-node

Syntax

public class MetadataItems : IList<MetadataItem>, IList<KeyValuePair<string, Object>>

Properties

Name Value Summary
Count int
IsReadOnly bool
this[int] MetadataItem

Methods

GitHub