DevForce Help Reference
IsAnonymousType(Type,Boolean) Method


Also check if the type is a dynamic type
Returns whether the specified type is an anonymous type.
Syntax
'Declaration
 
Public Overloads Shared Function IsAnonymousType( _
   ByVal type As Type, _
   ByVal includeDynamicCheck As Boolean _
) As Boolean
'Usage
 
Dim type As Type
Dim includeDynamicCheck As Boolean
Dim value As Boolean
 
value = AnonymousFns.IsAnonymousType(type, includeDynamicCheck)
public static bool IsAnonymousType( 
   Type type,
   bool includeDynamicCheck
)

Parameters

type
includeDynamicCheck
Also check if the type is a dynamic type
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnonymousFns Class
AnonymousFns Members
Overload List

Send Feedback