Autofac .NET Inversion of Control Container
Meta<(Of <(T>)>) Class
NamespacesAutofac.Features.MetadataMeta<(Of <(T>)>)
Provides a value along with a dictionary of metadata describing the value.
Declaration Syntax
C#Visual BasicVisual C++
public class Meta<T>
Public Class Meta(Of T)
generic<typename T>
public ref class Meta
Generic Template Parameters
T
The type of the value.
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Meta<(Of <(T>)>)(T, IDictionary<(Of <(String, Object>)>))
Create a new instance.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Value
The value described by Metadata.

Inheritance Hierarchy
Object
Meta<(Of <(T>)>)

Assembly: Autofac (Module: Autofac) Version: 2.1.13.813 (2.1.13.813)