Provides a value along with a dictionary of metadata describing the value.
| C# | Visual Basic | Visual C++ |
public class Meta<T>
Public Class Meta(Of T)
generic<typename T> public ref class Meta
- T
- The type of the value.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Meta<(Of <(T>)>)(T, IDictionary<(Of <(String, Object>)>)) |
Create a new instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Metadata |
Metadata describing the value.
| |
| ToString()()() | (Inherited from Object.) | |
| Value |
The value described by Metadata.
|
| Object | |
| Meta<(Of <(T>)>) | |