Method GetMetadata
GetMetadata<TObject>()
Returns the first Metadata of type TObject or null if one does not exist.
Declaration
TObject GetMetadata<TObject>() where TObject : IMetadata
Returns
Type | Description |
---|---|
TObject |
Type Parameters
Name | Description |
---|---|
TObject | A type that implements IMetadata |