Method GetMetadatas
GetMetadatas<TObject>(IList<TObject>)
Populates list with all Metadata`s that are of type TObject.
Declaration
void GetMetadatas<TObject>(IList<TObject> foundItems) where TObject : IMetadata
Parameters
Type | Name | Description |
---|---|---|
IList<TObject> | foundItems | List to add the found types to. |
Type Parameters
Name | Description |
---|---|
TObject | A type that implements IMetadata |
GetMetadatas<TObject>()
Returns a list of all Metadata`s that are of type TObject.
Declaration
IList<TObject> GetMetadatas<TObject>() where TObject : IMetadata
Returns
Type | Description |
---|---|
IList<TObject> |
Type Parameters
Name | Description |
---|---|
TObject | A type that implements IMetadata |