A collection of metadata items.
- Namespace
- Statiq
.Common - Interfaces
-
- IList
<MetadataItem> - ICollection
<MetadataItem> - IEnumerable
<MetadataItem> - IList
<KeyValuePair <string, object> > - ICollection
<KeyValuePair <string, object> > - IEnumerable
<KeyValuePair <string, object> > - IEnumerable
- IList
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IList<MetadataItem>"]
Type-.->Interface1["ICollection<MetadataItem>"]
Type-.->Interface2["IEnumerable<MetadataItem>"]
Type-.->Interface3["IList<KeyValuePair<string, object>>"]
Type-.->Interface4["ICollection<KeyValuePair<string, object>>"]
Type-.->Interface5["IEnumerable<KeyValuePair<string, object>>"]
Type-.->Interface6["IEnumerable"]
Type["MetadataItems"]
class Type type-node
Syntax
public class MetadataItems : IList<MetadataItem>, ICollection<MetadataItem>,
IEnumerable<MetadataItem>, IList<KeyValuePair<string, object>>,
ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>,
IEnumerable
Properties
| Name | Property Type | Summary |
|---|---|---|
| Count | int | |
| IsReadOnly | bool | |
| this[int] | MetadataItem |
Methods
| Name | Return Value | Summary |
|---|---|---|
| Add |
void | |
| Add |
void | |
| Add |
void | |
| Add |
void | |
| AddRange |
void | |
| Clear |
void | |
| Contains |
bool | |
| Contains |
bool | |
| CopyTo |
void | |
| CopyTo |
void | |
| GetEnumerator |
IEnumerator |
|
| IndexOf |
int | |
| IndexOf |
int | |
| Insert |
void | |
| Insert |
void | |
| Remove |
bool | |
| Remove |
bool | |
| RemoveAt |
void |