IdeaBlade DevForce 2010 Help Reference
AnonymousFns Class Members
See Also  Methods  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : AnonymousFns Class


The following tables list the members exposed by AnonymousFns.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)BuildDeconstructorFuncOverloaded.  Returns a function that can deconstruct instances of a specified anonymous type.  
Public Methodstatic (Shared in Visual Basic)Construct Construct a single instance of an anonymous type with a specified set of values  
Public Methodstatic (Shared in Visual Basic)ConstructFromPrototypeOverloaded.  Construct a single instance of an anonymous type given a prototype instances and a specified set of values  
Public Methodstatic (Shared in Visual Basic)ConstructMany Construct multiple instances of a specified anonymous type each with a specified set of values  
Public Methodstatic (Shared in Visual Basic)CustomConvert For internal use only.  
Public Methodstatic (Shared in Visual Basic)DeconstructOverloaded.  Deconstruct an anonymous type into an object array.  
Public Methodstatic (Shared in Visual Basic)DeconstructManyOverloaded.  Deconstruct multiple instances of the same anonymous type into an IEnumerable of Object arrays.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public Methodstatic (Shared in Visual Basic)IsAnonymousTypeOverloaded.  Returns whether the specified type is an anonymous type.  
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.