A class representing an anonymous type.
Collapse/Expand Public Constructors
  Name Description
Public Method AnonymousMetaType Overloaded. Default constructor for serialization or to create an uninitialized AnonymousMetaType.
Collapse/Expand Public Methods (see also: Protected Methods)
  Name Description
Public Method Virtual Equals Overrides the equality comparision.
Public Method Virtual GetHashCode Serves as a hash function for a particular type.
Public Method Virtual Initialize Initializes the AnonymousMetaType.
Collapse/Expand Protected Methods
  Name Description
Protected Method Virtual CreateClrType Generate the a clr type at runtime.
Collapse/Expand Public Properties
  Name Description
Public Property IsGeneric Is allways . IsGeneric
Public Property MetaProperties A System.Collections.Generic.List`1 with the properties of the type.